Searched defs:cWorldSwitchExits (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/VMM/VMMAll/
H A DHMAll.cpp138 uint32_t cWorldSwitchExits = ASMAtomicUoReadU32(&pVCpu->hm.s.cWorldSwitchExits); local
162 * recording who to poke and their current cWorldSwitchExits values,
167 && cWorldSwitchExits == ASMAtomicUoReadU32(&pVCpu->hm.s.cWorldSwitchExits))
/vbox/src/VBox/VMM/include/
H A DHMInternal.h598 volatile uint32_t cWorldSwitchExits; member in struct:HMCPU

Completed in 59 milliseconds