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

/vbox/src/VBox/VMM/VMMR3/
H A DVMEmt.cpp974 VMHALTMETHOD enmHaltMethod; member in struct:VMHALTMETHODDESC
1210 if ( pUVM->vm.s.enmHaltMethod != VMHALTMETHOD_INVALID
1214 pUVM->vm.s.enmHaltMethod = VMHALTMETHOD_INVALID;
1218 Assert(g_aHaltMethods[0].enmHaltMethod == VMHALTMETHOD_BOOTSTRAP);
1241 pUVM->vm.s.enmHaltMethod = g_aHaltMethods[i].enmHaltMethod;
1253 * @param enmHaltMethod The new halt method.
1256 int vmR3SetHaltMethodU(PUVM pUVM, VMHALTMETHOD enmHaltMethod) argument
1260 AssertReturn(enmHaltMethod > VMHALTMETHOD_INVALID && enmHaltMethod < VMHALTMETHOD_EN
[all...]
/vbox/src/VBox/VMM/include/
H A DVMInternal.h262 VMHALTMETHOD enmHaltMethod; member in struct:VMINTUSERPERVM
452 int vmR3SetHaltMethodU(PUVM pUVM, VMHALTMETHOD enmHaltMethod);

Completed in 47 milliseconds