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

/vbox/src/VBox/VMM/VMMR3/
H A DPATM.cpp6154 uint8_t *pPatchInstrHC, *pCurPatchInstrHC; local
6180 pCurPatchInstrHC = patmPatchGCPtr2PatchHCPtr(pVM, pCurPatchInstrGC);
6181 *pCurPatchInstrHC = pRec->u8DirtyOpcode;
6227 pCurPatchInstrHC = pPatchInstrHC;
6267 rc = PGMPhysSimpleReadGCPtr(VMMGetCpu0(pVM), pCurPatchInstrHC, pCurInstrGC, CpuNew.cbInstr);
6271 patmR3AddP2GLookupRecord(pVM, &pPatch->patch, pCurPatchInstrHC, pCurInstrGC, PATM_LOOKUP_BOTHDIR);
6282 patmR3AddP2GLookupRecord(pVM, &pPatch->patch, pCurPatchInstrHC, pCurInstrGC, PATM_LOOKUP_BOTHDIR);
6289 pCurPatchInstrHC += CpuNew.cbInstr;

Completed in 64 milliseconds