VirtualBox

Changeset 108919 in vbox for trunk/include


Ignore:
Timestamp:
Apr 9, 2025 1:59:30 PM (4 weeks ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
168404
Message:

VMM/GIC: bugref:10877 gic-its.h -- missing file during previous commit.

File:
1 edited

Legend:

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

    r108887 r108919  
    318318                            (SIZE, PAGESIZE, SHAREABILITY, PHYS_ADDR, ENTRY_SIZE, OUTER_CACHE, TYPE, INNER_CACHE, INDIRECT,
    319319                             VALID));
     320/** GITS_BASER: Mask of valid read-write bits. */
     321#define GITS_CTRL_REG_BASER_RW_MASK                             (UINT64_MAX & ~(  GITS_BF_CTRL_REG_BASER_ENTRY_SIZE_MASK \
     322                                                                                | GITS_BF_CTRL_REG_BASER_TYPE_MASK))
     323
     324/** GITS_BASER: Table type - Unimplemented (not a table). */
     325#define GITS_BASER_TYPE_UNIMPL                                  0
     326/** GITS_BASER: Table type - Devices. */
     327#define GITS_BASER_TYPE_DEVICES                                 1
     328/** GITS_BASER: Table type - vPE. */
     329#define GITS_BASER_TYPE_VPES                                    2
     330/** GITS_BASER: Table type - Interrupt Collections. */
     331#define GITS_BASER_TYPE_INTR_COLLECTION                         3
    320332
    321333/** GITS_PIDR2: ITS Peripheral ID2 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