Changeset 108997 in vbox for trunk/include
- Timestamp:
- Apr 16, 2025 10:42:46 AM (3 weeks ago)
- svn:sync-xref-src-repo-rev:
- 168520
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/gic.h
r108976 r108997 443 443 #define GIC_REDIST_REG_CTLR_UWP_BIT 31 444 444 #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) 445 450 446 451 /** Implementer Identification Register - RO. */
Note:
See TracChangeset
for help on using the changeset viewer.