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

/vbox/src/VBox/VMM/include/
H A DEMInternal.h433 /** R3: Number of time emR3HmExecute is called. */
461 int emR3HmExecute(PVM pVM, PVMCPU pVCpu, bool *pfFFDone);
/vbox/src/VBox/VMM/VMMR3/
H A DEMHM.cpp466 int emR3HmExecute(PVM pVM, PVMCPU pVCpu, bool *pfFFDone) function
471 LogFlow(("emR3HmExecute%d: (cs:eip=%04x:%RGv)\n", pVCpu->idCpu, pCtx->cs.Sel, (RTGCPTR)pCtx->rip));
H A DEM.cpp24 * modes has different inner loops (emR3RawExecute, emR3HmExecute, and
2496 rc = emR3HmExecute(pVM, pVCpu, &fFFDone);

Completed in 53 milliseconds