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

/vbox/src/VBox/VMM/VMMR0/
H A DHMSVMR0.cpp301 static FNSVMEXITHANDLER hmR0SvmExitXcptMF; variable
3526 return hmR0SvmExitXcptMF(pVCpu, pCtx, pSvmTransient);
5303 HMSVM_EXIT_DECL hmR0SvmExitXcptMF(PVMCPU pVCpu, PCPUMCTX pCtx, PSVMTRANSIENT pSvmTransient)
5325 Log4(("hmR0SvmExitXcptMF: EMInterpretDisasCurrent returned %Rrc uOpCode=%#x\n", rc, pDis->pCurInstr->uOpcode));

Completed in 53 milliseconds