Searched refs:emR3RawPatchTrap (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/VMM/include/
H A DEMHandleRCTmpl.h89 rc = emR3RawPatchTrap(pVM, pVCpu, pCtx, rc);
/vbox/src/VBox/VMM/VMMR3/
H A DEMRaw.cpp64 static int emR3RawPatchTrap(PVM pVM, PVMCPU pVCpu, PCPUMCTX pCtx, int gcret);
577 return emR3RawPatchTrap(pVM, pVCpu, pCtx, rc);
767 static int emR3RawPatchTrap(PVM pVM, PVMCPU pVCpu, PCPUMCTX pCtx, int gcret) function
795 AssertReleaseMsgFailed(("emR3RawPatchTrap: no trap! (rc=%Rrc) gcret=%Rrc\n", rc, gcret));
854 Log(("emR3RawPatchTrap: in patch: eip=%08x: trap=%02x err=%08x cr2=%08x cr0=%08x\n",
867 Log(("emR3RawPatchTrap: Executing faulting instruction at new address %RGv\n", uNewEip));
869 Log(("emR3RawPatchTrap: Virtual IF flag disabled!!\n"));
901 Log(("emR3RawPatchTrap: Emulate patched instruction at %RGv IF=%d VMIF=%x\n",
912 Log(("emR3RawPatchTrap: Virtual IF flag disabled!!\n"));
1179 return emR3RawPatchTrap(pV
[all...]

Completed in 34 milliseconds