Changeset 107957 in vbox for trunk/include
- Timestamp:
- Jan 28, 2025 8:38:40 AM (3 months ago)
- svn:sync-xref-src-repo-rev:
- 167204
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/gic.h
r107929 r107957 212 212 213 213 /** Interrupt Priority Registers, start offset - RW. */ 214 #define GIC_DIST_REG_IPRIORITY n_OFF_START0x0400214 #define GIC_DIST_REG_IPRIORITYRn_OFF_START 0x0400 215 215 /** Interrupt Priority Registers, last offset - RW. */ 216 #define GIC_DIST_REG_IPRIORITY n_OFF_LAST0x07f8216 #define GIC_DIST_REG_IPRIORITYRn_OFF_LAST 0x07f8 217 217 218 218 /** Interrupt Processor Targets Registers, start offset - RO/RW. */ … … 287 287 288 288 /** Interrupt Priority Registers for extended SPI range, start offset - RW. */ 289 #define GIC_DIST_REG_IPRIORITY nE_OFF_START0x2000289 #define GIC_DIST_REG_IPRIORITYRnE_OFF_START 0x2000 290 290 /** Interrupt Priority Registers for extended SPI range, last offset - RW. */ 291 #define GIC_DIST_REG_IPRIORITY nE_OFF_LAST0x23fc291 #define GIC_DIST_REG_IPRIORITYRnE_OFF_LAST 0x23fc 292 292 293 293 /** Interrupt Configuration Registers for extended SPI range, start offset - RW. */ … … 502 502 503 503 /** Interrupt Priority Registers, start offset - RW. */ 504 #define GIC_REDIST_SGI_PPI_REG_IPRIORITY n_OFF_START0x0400504 #define GIC_REDIST_SGI_PPI_REG_IPRIORITYRn_OFF_START 0x0400 505 505 /** Interrupt Priority Registers, last offset - RW. */ 506 #define GIC_REDIST_SGI_PPI_REG_IPRIORITY n_OFF_LAST0x041c506 #define GIC_REDIST_SGI_PPI_REG_IPRIORITYRn_OFF_LAST 0x041c 507 507 /** Interrupt Priority Registers for extended PPI range, start offset - RW. */ 508 #define GIC_REDIST_SGI_PPI_REG_IPRIORITY nE_OFF_START0x0420508 #define GIC_REDIST_SGI_PPI_REG_IPRIORITYRnE_OFF_START 0x0420 509 509 /** Interrupt Priority Registers for extended PPI range, last offset - RW. */ 510 #define GIC_REDIST_SGI_PPI_REG_IPRIORITY nE_OFF_LAST0x045c510 #define GIC_REDIST_SGI_PPI_REG_IPRIORITYRnE_OFF_LAST 0x045c 511 511 512 512 /** SGI Configuration Register - RW. */
Note:
See TracChangeset
for help on using the changeset viewer.