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

/vbox/src/VBox/VMM/VMMR3/
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));

Completed in 468 milliseconds