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

/vbox/src/VBox/VMM/VMMR0/
H A DHMVMXR0.cpp7604 * @param fStepping Running in hmR0VmxRunGuestCodeStep() and we should
7738 * @param fStepping Whether we're running in hmR0VmxRunGuestCodeStep()
7804 * hmR0VmxRunGuestCodeStep() and should return
7916 * hmR0VmxRunGuestCodeStep() and should return
8555 * @param fStepping Set if called from hmR0VmxRunGuestCodeStep(). Makes
8929 * @note Mostly the same as hmR0VmxRunGuestCodeStep().
9013 static int hmR0VmxRunGuestCodeStep(PVM pVM, PVMCPU pVCpu, PCPUMCTX pCtx) function
9132 rc = hmR0VmxRunGuestCodeStep(pVM, pVCpu, pCtx);

Completed in 97 milliseconds