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

/vbox/src/VBox/VMM/VMMR3/
H A DPATM.cpp732 patmR3DisInstrToStr(pVM, pPatch, pPatch->pPrivInstrGC, NULL, fFlags,
809 rc = PGMPhysSimpleReadGCPtr(VMMGetCpu0(pVM), curInstr, pPatch->patch.pPrivInstrGC, pPatch->patch.cbPrivInstr);
817 RTRCPTR pPage = pPatch->patch.pPrivInstrGC & PAGE_BASE_GC_MASK;
862 Assert(pRec->pSource - pPatch->patch.cbPatchJump == pPatch->patch.pPrivInstrGC);
868 pJumpOffGC = pPatch->patch.pPrivInstrGC + 2; //two byte opcode
877 pJumpOffGC = pPatch->patch.pPrivInstrGC + 1; //one byte opcode
891 rc = PGMPhysSimpleReadGCPtr(VMMGetCpu0(pVM), temp, pPatch->patch.pPrivInstrGC, pPatch->patch.cbPatchJump);
897 RTRCPTR pPage = pPatch->patch.pPrivInstrGC & PAGE_BASE_GC_MASK;
922 Log(("Skip the guest jump to patch code for this disabled patch %RGv - %08X\n", pPatch->patch.pPrivInstrGC, pRec->pRelocPos));
1219 Log(("Patch block %RRv called as function\n", pFunctionRec->patch.pPrivInstrGC));
6064 RTRCPTR pPrivInstrGC; local
6427 RTRCPTR pPrivInstrGC = pPatch->patch.pPrivInstrGC; local
[all...]
H A DPATMR3Dbg.cpp112 size_t cch = RTStrPrintf(pszName, cbLeft, "Patch_%#08x", pPatchRec->patch.pPrivInstrGC);
198 DBGFR3AddrFromFlat(pVM->pUVM, &Addr, pPatchRec->patch.pPrivInstrGC),
368 || RCPtr - pPatchRec->patch.pPrivInstrGC > pPatchRec->patch.cbPrivInstr)
372 || (RTRCPTR)(RCPtr + cbInstr) < pPatchRec->patch.pPrivInstrGC )
H A DPATMSSM.cpp61 RCPTRTYPE(uint8_t *) pPrivInstrGC; member in struct:PATCHINFOSSM
391 SSMFIELD_ENTRY_RCPTR( PATMPATCHRECSSM, patch.pPrivInstrGC),
591 pPatch->patch.pPrivInstrGC = pPatchSSM->patch.pPrivInstrGC;
635 pPatchSSM->patch.pPrivInstrGC = pPatch->patch.pPrivInstrGC;
926 Log(("Restoring patch %RRv -> %RRv state %x\n", pPatchRec->patch.pPrivInstrGC, patmInfo.pPatchMemGC + pPatchRec->patch.pPatchBlockOffset, pPatchRec->patch.uState));
935 AssertMsg(ret, ("Inserting patch %RRv offset %08RX32 failed!!\n", pPatchRec->patch.pPrivInstrGC, pPatchRec->CoreOffset.Key));
945 uint8_t *pPrivInstrHC = patmR3GCVirtToHCVirt(pVM, &cacheRec, pPatchRec->patch.pPrivInstrGC);
1043 Log(("Remove patch %RGv due to failed HC address translation\n", pPatchRec->patch.pPrivInstrGC));
[all...]
H A DPATMGuest.cpp138 rc = PGMPhysSimpleReadGCPtr(pVCpu, pPatch->aPrivInstr, pPatch->pPrivInstrGC, SIZEOF_NEARJUMP32);
/vbox/src/VBox/VMM/include/
H A DPATMInternal.h290 RCPTRTYPE(uint8_t *) pPrivInstrGC; member in struct:PATCHINFO
/vbox/src/VBox/VMM/VMMRC/
H A DPATMRC.cpp198 Log(("Patch block %RRv called as function\n", pRec->patch.pPrivInstrGC));
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h1276 GEN_CHECK_OFF(PATCHINFO, pPrivInstrGC);

Completed in 65 milliseconds