VirtualBox

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


Ignore:
Timestamp:
Jan 29, 2021 2:46:18 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
142501
Message:

VMM/HMVMX: Moving more stuff to HMR0PERVCPU. bugref:9217

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/HMAll.cpp

    r87472 r87479  
    493493 *                              StatTlbShootdownFlush or StatTlbShootdown.
    494494 */
    495 static void hmPokeCpuForTlbFlush(PVMCPU pVCpu, bool fAccountFlushStat)
     495static void hmPokeCpuForTlbFlush(PVMCPUCC pVCpu, bool fAccountFlushStat)
    496496{
    497497    if (ASMAtomicUoReadBool(&pVCpu->hm.s.fCheckedTLBFlush))
     
    502502            STAM_COUNTER_INC(&pVCpu->hm.s.StatTlbShootdown);
    503503#ifdef IN_RING0
    504         RTCPUID idHostCpu = pVCpu->hm.s.idEnteredCpu;
     504        RTCPUID idHostCpu = pVCpu->hmr0.s.idEnteredCpu;
    505505        if (idHostCpu != NIL_RTCPUID)
    506506            hmR0PokeCpu(pVCpu, idHostCpu);
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