Searched refs:EMSTATE_DEBUG_GUEST_REM (Results 1 - 4 of 4) sorted by relevance

/vbox/include/VBox/vmm/
H A Dem.h74 EMSTATE_DEBUG_GUEST_REM, enumerator in enum:EMSTATE
/vbox/src/VBox/VMM/VMMR3/
H A DEM.cpp785 case EMSTATE_DEBUG_GUEST_REM: return "EMSTATE_DEBUG_GUEST_REM";
830 else if (pVCpu->em.s.enmState == EMSTATE_DEBUG_GUEST_REM)
1240 pVCpu->em.s.enmState = EMSTATE_DEBUG_GUEST_REM;
2383 Log2(("EMR3ExecuteVM: %Rrc: %d -> %d\n", rc, enmOldState, EMSTATE_DEBUG_GUEST_REM));
2384 pVCpu->em.s.enmState = EMSTATE_DEBUG_GUEST_REM;
2463 || enmNewState == EMSTATE_DEBUG_GUEST_REM) )
2604 case EMSTATE_DEBUG_GUEST_REM:
H A DDBGF.cpp419 case EMSTATE_DEBUG_GUEST_REM:
H A DEMRaw.cpp159 || pVCpu->em.s.enmState == EMSTATE_DEBUG_GUEST_REM);

Completed in 101 milliseconds