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

/vbox/src/VBox/VMM/VMMR3/
H A DPATMSSM.cpp88 uint32_t nrFixups; member in struct:PATCHINFOSSM
406 SSMFIELD_ENTRY( PATMPATCHRECSSM, patch.nrFixups),
605 pPatch->patch.nrFixups = pPatchSSM->patch.nrFixups;
649 pPatchSSM->patch.nrFixups = pPatch->patch.nrFixups;
684 Log4(("patmSavePatchState: cbPatchJump=%u uCurPathOffset=%#x pInstrGCLowest/Higest=%#x/%#x nrFixups=%#x nrJumpRecs=%#x\n",
686 patch.patch.nrFixups, patch.patch.nrJumpRecs));
707 AssertMsg(nrFixupRecs == pPatch->patch.nrFixups, ("Fixup inconsistency! counted %d vs %d\n", nrFixupRecs, pPatch->patch.nrFixups));
[all...]
H A DPATM.cpp767 Log(("Nr of fixups %d\n", pPatch->patch.nrFixups));
3013 pPatch->nrFixups = 0;
3375 pPatch->nrFixups = 0;
3536 pPatch->nrFixups = 0;
4583 STAMR3RegisterF(pVM, &pPatchRec->patch.nrFixups, STAMTYPE_U32, STAMVISIBILITY_ALWAYS, STAMUNIT_OCCURENCES, NULL, "/PATM/PatchBD/0x%RRv/nrFixups", pPatchRec->patch.pPrivInstrGC);
5637 pPatch->nrFixups = 0;
H A DPATMPatch.cpp126 pPatch->nrFixups++;
/vbox/src/VBox/VMM/include/
H A DPATMInternal.h322 uint32_t nrFixups; member in struct:PATCHINFO
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h1291 GEN_CHECK_OFF(PATCHINFO, nrFixups);

Completed in 75 milliseconds