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

/vbox/src/VBox/VMM/VMMR0/
H A DHMVMXR0.cpp7275 static int hmR0VmxExitToRing3(PVM pVM, PVMCPU pVCpu, PCPUMCTX pMixedCtx, int rcExit) function
7292 Log4(("hmR0VmxExitToRing3: pVCpu=%p idCpu=%RU32 rcExit=%d\n", pVCpu, pVCpu->idCpu, rcExit));
7518 * to ring-3 before executing guest code, see hmR0VmxExitToRing3(). We must NOT restore these force-flags.
8146 care of in hmR0VmxExitToRing3() converting the pending event to TRPM. */
9139 int rc2 = hmR0VmxExitToRing3(pVM, pVCpu, pCtx, rc);

Completed in 66 milliseconds