VirtualBox

Changeset 107929 in vbox for trunk/include


Ignore:
Timestamp:
Jan 24, 2025 9:43:16 AM (3 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
167164
Message:

VMM: GIC: bugref:10404 Renamed some places where GICv3 to GIC, a doxygen fix plus some minor updates. No functional changes.

Location:
trunk/include
Files:
3 edited

Legend:

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

    r106061 r107929  
    11/** @file
    2  * ARMv8 Generic Interrupt Controller Architecture v3 (GICv3) definitions.
     2 * ARMv8 Generic Interrupt Controller Architecture (GIC) definitions.
    33 */
    44
  • trunk/include/VBox/vmm/cpum-armv8.h

    r107650 r107929  
    7070    kCpumSysRegRdFn_ReadCpumOff,
    7171
    72     /** Read from a GICv3 PE ICC system register. */
    73     kCpumSysRegRdFn_GicV3Icc,
     72    /** Read from a GIC PE ICC system register. */
     73    kCpumSysRegRdFn_GicIcc,
    7474    /** Read from the OSLSR_EL1 syste register. */
    7575    kCpumSysRegRdFn_OslsrEl1,
     
    100100    kCpumSysRegWrFn_WriteCpumOff,
    101101
    102     /** Write to a GICv3 PE ICC system register. */
    103     kCpumSysRegWrFn_GicV3Icc,
     102    /** Write to a GIC PE ICC system register. */
     103    kCpumSysRegWrFn_GicIcc,
    104104    /** Write to the OSLAR_EL1 syste register. */
    105105    kCpumSysRegWrFn_OslarEl1,
  • trunk/include/iprt/armv8.h

    r107650 r107929  
    835835/** SP_EL2 register - RW. */
    836836#define ARMV8_AARCH64_SYSREG_SP_EL2                 ARMV8_AARCH64_SYSREG_ID_CREATE(3, 6,  4,  1, 0)
     837
     838/** SP_EL2 register - RW. */
     839#define ARMV8_AARCH64_SYSREG_ICC_SRE_EL3            ARMV8_AARCH64_SYSREG_ID_CREATE(3, 6, 12, 12, 5)
    837840/** @} */
    838841
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