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

/vbox/src/VBox/VMM/include/
H A DEMInternal.h349 * The flag is cleared upon entering emR3RawExecute() and updated in certain return paths. */
462 int emR3RawExecute(PVM pVM, PVMCPU pVCpu, bool *pfFFDone);
/vbox/src/VBox/VMM/VMMR3/
H A DEMRaw.cpp1372 int emR3RawExecute(PVM pVM, PVMCPU pVCpu, bool *pfFFDone) function
1378 LogFlow(("emR3RawExecute: (cs:eip=%04x:%08x)\n", pCtx->cs.Sel, pCtx->eip));
H A DEM.cpp24 * modes has different inner loops (emR3RawExecute, emR3HmExecute, and
443 EM_REG_COUNTER(&pVCpu->em.s.StatRAWTotal, "/PROF/CPU%d/EM/RAWTotal", "Profiling emR3RawExecute (excluding FFs).");
2485 rc = emR3RawExecute(pVM, pVCpu, &fFFDone);

Completed in 56 milliseconds