VirtualBox

Changeset 99388 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Apr 13, 2023 11:26:34 AM (23 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
156821
Message:

VMM/ArmV8: Skeleton of the GICv3 interrupt controller emulation, bugref:10404 [doxygen fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/CPUMAllSysRegs-armv8.cpp

    r99385 r99388  
    144144
    145145
    146 /** @callback_method_impl{FNCPUMRDMSR} */
     146/** @callback_method_impl{FNCPUMRDSYSREG} */
    147147static DECLCALLBACK(VBOXSTRICTRC) cpumSysRegRd_GicV3Icc(PVMCPUCC pVCpu, uint32_t idSysReg, PCCPUMSYSREGRANGE pRange, uint64_t *puValue)
    148148{
     
    152152
    153153
    154 /** @callback_method_impl{FNCPUMWRMSR} */
     154/** @callback_method_impl{FNCPUMWRSYSREG} */
    155155static DECLCALLBACK(VBOXSTRICTRC) cpumSysRegWr_GicV3Icc(PVMCPUCC pVCpu, uint32_t idSysReg, PCCPUMSYSREGRANGE pRange, uint64_t uValue, uint64_t uRawValue)
    156156{
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