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

/vbox/src/VBox/VMM/include/
H A DEMInternal.h469 int emR3RawResumeHyper(PVM pVM, PVMCPU pVCpu);
/vbox/src/VBox/VMM/VMMR3/
H A DEMRaw.cpp121 int emR3RawResumeHyper(PVM pVM, PVMCPU pVCpu) function
126 Log(("emR3RawResumeHyper: cs:eip=%RTsel:%RGr efl=%RGr\n", pCtx->cs.Sel, pCtx->eip, pCtx->eflags));
134 Log(("emR3RawResumeHyper: cs:eip=%RTsel:%RGr efl=%RGr - returned from GC with rc=%Rrc\n", pCtx->cs.Sel, pCtx->eip, pCtx->eflags, rc));
H A DEM.cpp921 rc = emR3RawResumeHyper(pVM, pVCpu);

Completed in 56 milliseconds