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

/vbox/src/VBox/VMM/VMMR3/
H A DEMRaw.cpp62 DECLINLINE(int) emR3RawExecuteInstruction(PVM pVM, PVMCPU pVCpu, const char *pszPrefix, int rcGC = VINF_SUCCESS);
70 #define emR3ExecuteInstruction emR3RawExecuteInstruction
295 Log(("emR3RawExecuteInstruction: In patch block. eip=%RRv\n", (RTRCPTR)pCtx->eip));
306 Log(("emR3RawExecuteInstruction: Executing instruction starting at new address %RGv IF=%d VMIF=%x\n",
317 return emR3RawExecuteInstruction(pVM, pVCpu, "PATCHIR");
322 return emR3RawExecuteInstruction(pVM, pVCpu, "PATCHIRET");
330 Log(("emR3RawExecuteInstruction: Emulate patched instruction at %RGv IF=%d VMIF=%x\n",
333 return emR3RawExecuteInstruction(pVM, pVCpu, "PATCHIR");
339 Log(("emR3RawExecuteInstruction: Disabled patch -> new eip %RGv IF=%d VMIF=%x\n",
348 return emR3RawExecuteInstruction(pV
423 DECLINLINE(int) emR3RawExecuteInstruction(PVM pVM, PVMCPU pVCpu, const char *pszPrefix, int rcGC) function
[all...]

Completed in 41 milliseconds