Searched defs:emR3RemExecute (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DEM.cpp25 * emR3RemExecute).
91 static int emR3RemExecute(PVM pVM, PVMCPU pVCpu, bool *pfFFDone);
442 EM_REG_COUNTER(&pVCpu->em.s.StatREMTotal, "/PROF/CPU%d/EM/REMTotal", "Profiling emR3RemExecute (excluding FFs).");
1026 * emR3RemExecute helper that syncs the state back from REM and leave the REM
1061 static int emR3RemExecute(PVM pVM, PVMCPU pVCpu, bool *pfFFDone) function
1126 LogFlow(("emR3RemExecute: Skipping run, because FF is set. %#x\n", pVM->fGlobalForcedActions));
2503 rc = emR3RemExecute(pVM, pVCpu, &fFFDone);
2504 Log2(("EMR3ExecuteVM: emR3RemExecute -> %Rrc\n", rc));

Completed in 37 milliseconds