Searched refs:CPUM_SYNC_DEBUG_REGS_GUEST (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/VMM/include/
H A DCPUMInternal.h104 #define CPUM_SYNC_DEBUG_REGS_GUEST RT_BIT(17) macro
/vbox/src/VBox/VMM/VMMR0/
H A DCPUMR0.cpp609 | CPUM_SYNC_DEBUG_REGS_GUEST | CPUM_SYNC_DEBUG_REGS_HYPER));
711 ASMAtomicOrU32(&pVCpu->cpum.s.fUseFlags, CPUM_SYNC_DEBUG_REGS_GUEST); /* Postpone it to the world switch. */
/vbox/src/VBox/VMM/VMMAll/
H A DCPUMAllRegs.cpp2675 return RT_BOOL(pVCpu->cpum.s.fUseFlags & CPUM_SYNC_DEBUG_REGS_GUEST);

Completed in 51 milliseconds