Searched refs:VMR3Reset (Results 1 - 5 of 5) sorted by relevance

/vbox/include/VBox/vmm/
H A Dvmapi.h411 VMMR3DECL(int) VMR3Reset(PUVM pUVM);
/vbox/src/VBox/VMM/VMMR3/
H A DVMEmt.cpp197 rc = VMR3Reset(pVM->pUVM);
H A DEM.cpp483 /* VMR3Reset may return VINF_EM_RESET or VINF_EM_SUSPEND, so transition
1702 rc2 = VMR3Reset(pVM->pUVM);
H A DVM.cpp2735 * EMT rendezvous worker for VMR3Reset.
2738 * issued by VMR3Reset().
2757 int rc = vmR3TrySetState(pVM, "VMR3Reset", 3,
2830 * leave it for VMR3Reset to do the actual suspending due to deadlock risks.
2871 VMMR3DECL(int) VMR3Reset(PUVM pUVM) function
2873 LogFlow(("VMR3Reset:\n"));
2892 LogFlow(("VMR3Reset: returns %Rrc\n", rc));
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp2248 int vrc = VMR3Reset(ptrVM.rawUVM());

Completed in 89 milliseconds