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

/vbox/src/VBox/VMM/include/
H A DVMInternal.h135 VMHALTMETHOD_BOOTSTRAP, enumerator in enum:__anon16984
/vbox/src/VBox/VMM/VMMR3/
H A DVMEmt.cpp283 case VMHALTMETHOD_BOOTSTRAP: return "bootstrap";
989 { VMHALTMETHOD_BOOTSTRAP, NULL, NULL, NULL, vmR3BootstrapWait, vmR3BootstrapNotifyCpuFF, NULL },
1218 Assert(g_aHaltMethods[0].enmHaltMethod == VMHALTMETHOD_BOOTSTRAP);
H A DVM.cpp486 pUVM->vm.s.enmHaltMethod = VMHALTMETHOD_BOOTSTRAP;
744 Assert(pUVM->vm.s.enmHaltMethod == VMHALTMETHOD_BOOTSTRAP);

Completed in 83 milliseconds