Changeset 87479 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Jan 29, 2021 2:46:18 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 142501
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/HMAll.cpp
r87472 r87479 493 493 * StatTlbShootdownFlush or StatTlbShootdown. 494 494 */ 495 static void hmPokeCpuForTlbFlush(PVMCPU pVCpu, bool fAccountFlushStat)495 static void hmPokeCpuForTlbFlush(PVMCPUCC pVCpu, bool fAccountFlushStat) 496 496 { 497 497 if (ASMAtomicUoReadBool(&pVCpu->hm.s.fCheckedTLBFlush)) … … 502 502 STAM_COUNTER_INC(&pVCpu->hm.s.StatTlbShootdown); 503 503 #ifdef IN_RING0 504 RTCPUID idHostCpu = pVCpu->hm .s.idEnteredCpu;504 RTCPUID idHostCpu = pVCpu->hmr0.s.idEnteredCpu; 505 505 if (idHostCpu != NIL_RTCPUID) 506 506 hmR0PokeCpu(pVCpu, idHostCpu);
Note:
See TracChangeset
for help on using the changeset viewer.