VirtualBox

Ignore:
Timestamp:
Jan 30, 2025 6:43:18 AM (3 weeks ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
167247
Message:

VMM/GIC: bugref:10404 CFGM bits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/GICInternal.h

    r107957 r107984  
    105105    /** @name Configurables.
    106106     * @{ */
    107     /** The maximum SPI supported (GICD_TYPER.ItsLinesNumber). */
    108     uint16_t                    uItLinesNumber;
    109107    /** The GIC architecture (GICD_PIDR2.ArchRev and GICR_PIDR2.ArchRev). */
    110108    uint8_t                     uArchRev;
     109    /** Extended PPIs supported (GICR_TYPER.PpiNum). */
     110    uint8_t                     fPpiNum;
     111    /** Whether extended SPIs are supported (GICD_TYPER.ESPI). */
     112    bool                        fExtSpi;
    111113    /** Whether NMIs are supported (GICD_TYPER.NMI). */
    112114    bool                        fNmi;
     115    /** The maximum SPI supported (GICD_TYPER.ItsLinesNumber). */
     116    uint16_t                    uMaxSpi;
     117    /** Maximum extended SPI supported (GICR_TYPER.ESPI_range).  */
     118    uint16_t                    uMaxExtSpi;
    113119    /** @} */
    114120} GICDEV;
Note: See TracChangeset for help on using the changeset viewer.

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