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

/vbox/include/VBox/vmm/
H A Dem.h70 EMSTATE_DEBUG_GUEST_HM, enumerator in enum:EMSTATE
/vbox/src/VBox/VMM/VMMR3/
H A DEM.cpp783 case EMSTATE_DEBUG_GUEST_HM: return "EMSTATE_DEBUG_GUEST_HM";
827 else if (pVCpu->em.s.enmState == EMSTATE_DEBUG_GUEST_HM)
2378 Log2(("EMR3ExecuteVM: %Rrc: %d -> %d\n", rc, enmOldState, EMSTATE_DEBUG_GUEST_HM));
2379 pVCpu->em.s.enmState = EMSTATE_DEBUG_GUEST_HM;
2461 || enmNewState == EMSTATE_DEBUG_GUEST_HM
2602 case EMSTATE_DEBUG_GUEST_HM:
H A DEMHM.cpp226 if (pVCpu->em.s.enmState == EMSTATE_DEBUG_GUEST_HM)

Completed in 175 milliseconds