VirtualBox

Changeset 108997 in vbox for trunk/include


Ignore:
Timestamp:
Apr 16, 2025 10:42:46 AM (3 weeks ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
168520
Message:

VMM/GIC: bugref:10877 LPI, work-in-progress.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/gic.h

    r108976 r108997  
    443443#define GIC_REDIST_REG_CTLR_UWP_BIT                     31
    444444#define GIC_REDIST_REG_CTLR_UWP                         RT_BIT_32(31)
     445/** GICR_CTLR: Mask of valid read-write bits. */
     446#define GIC_REDIST_REG_CTLR_RW_MASK                     (  GIC_REDIST_REG_CTLR_ENABLE_LPI \
     447                                                         |  GIC_REDIST_REG_CTLR_DPG0 \
     448                                                         | GIC_REDIST_REG_CTLR_DPG1NS \
     449                                                         | GIC_REDIST_REG_CTLR_DPG1S)
    445450
    446451/** Implementer Identification Register - RO. */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette