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

/vbox/src/VBox/VMM/VMMR3/
H A DPATMSSM.cpp66 uint32_t cbPatchJump; //patch jump size member in struct:PATCHINFOSSM
396 SSMFIELD_ENTRY( PATMPATCHRECSSM, patch.cbPatchJump),
596 pPatch->patch.cbPatchJump = pPatchSSM->patch.cbPatchJump;
640 pPatchSSM->patch.cbPatchJump = pPatch->patch.cbPatchJump;
684 Log4(("patmSavePatchState: cbPatchJump=%u uCurPathOffset=%#x pInstrGCLowest/Higest=%#x/%#x nrFixups=%#x nrJumpRecs=%#x\n",
685 patch.patch.cbPatchJump, patch.patch.uCurPatchOffset, patch.patch.pInstrGCLowest, patch.patch.pInstrGCHighest,
910 Log4(("patmR3Load: cbPatchJump=%u uCurPathOffset=%#x pInstrGCLowest/Higest=%#x/%#x nrFixups=%#x nrJumpRecs=%#x\n",
911 patch.patch.cbPatchJump, patc
[all...]
H A DPATM.cpp862 Assert(pRec->pSource - pPatch->patch.cbPatchJump == pPatch->patch.pPrivInstrGC);
864 if (pPatch->patch.cbPatchJump == SIZEOF_NEAR_COND_JUMP32)
875 if (pPatch->patch.cbPatchJump == SIZEOF_NEARJUMP32)
883 AssertMsgFailed(("Invalid patch jump size %d\n", pPatch->patch.cbPatchJump));
886 Assert(pPatch->patch.cbPatchJump <= sizeof(temp));
891 rc = PGMPhysSimpleReadGCPtr(VMMGetCpu0(pVM), temp, pPatch->patch.pPrivInstrGC, pPatch->patch.cbPatchJump);
903 if (memcmp(temp, oldJump, pPatch->patch.cbPatchJump))
1479 && pCurInstrGC + pCpu->cbInstr < pPatch->pPrivInstrGC + SIZEOF_NEARJUMP32) /* hardcoded patch jump size; cbPatchJump is still zero */
1536 if (pCurInstrGC > pPatch->pPrivInstrGC && pCurInstrGC < pPatch->pPrivInstrGC + SIZEOF_NEARJUMP32) /* hardcoded patch jump size; cbPatchJump is still zero */
2625 Assert(pPatch->cbPatchJump <
[all...]
H A DPATMR3Dbg.cpp396 pszState, pPatchRec->patch.cbPatchJump,
400 off += RTStrPrintf(&pszBuf[off], cbBuf - off, " - %s (%u b)", pszState, pPatchRec->patch.cbPatchJump);
/vbox/src/VBox/VMM/include/
H A DPATMInternal.h300 uint32_t cbPatchJump; member in struct:PATCHINFO
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h1282 GEN_CHECK_OFF(PATCHINFO, cbPatchJump);

Completed in 291 milliseconds