Searched refs:emR3IsExecutionAllowed (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/VMM/include/
H A DEMInternal.h472 bool emR3IsExecutionAllowed(PVM pVM, PVMCPU pVCpu);
/vbox/src/VBox/VMM/VMMR3/
H A DEMHM.cpp542 if (RT_LIKELY(emR3IsExecutionAllowed(pVM, pVCpu)))
H A DEM.cpp1135 if (RT_LIKELY(emR3IsExecutionAllowed(pVM, pVCpu)))
2070 bool emR3IsExecutionAllowed(PVM pVM, PVMCPU pVCpu) function
2087 Log2(("emR3IsExecutionAllowed: start=%RX64 startexec=%RX64 exec=%RX64 (cap=%x)\n", pVCpu->em.s.u64TimeSliceStart, pVCpu->em.s.u64TimeSliceStartExec, pVCpu->em.s.u64TimeSliceExec, (EM_TIME_SLICE * pVM->uCpuExecutionCap) / 100));
H A DEMRaw.cpp1486 if (RT_LIKELY(emR3IsExecutionAllowed(pVM, pVCpu)))

Completed in 59 milliseconds