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

/vbox/src/VBox/VMM/VMMR3/
H A DPATMSSM.cpp112 uint32_t cCodeWrites; member in struct:PATCHINFOSSM
418 SSMFIELD_ENTRY( PATMPATCHRECSSM, patch.cCodeWrites),
613 pPatch->patch.cCodeWrites = pPatchSSM->patch.cCodeWrites;
657 pPatchSSM->patch.cCodeWrites = pPatch->patch.cCodeWrites;
H A DPATM.cpp4578 STAMR3RegisterF(pVM, &pPatchRec->patch.cCodeWrites, STAMTYPE_U32, STAMVISIBILITY_ALWAYS, STAMUNIT_OCCURENCES, NULL, "/PATM/PatchBD/0x%RRv/cCodeWrites", pPatchRec->patch.pPrivInstrGC);
4987 if (++pPatch->cCodeWrites > PATM_MAX_CODE_WRITES)
/vbox/src/VBox/VMM/include/
H A DPATMInternal.h344 uint32_t cCodeWrites; member in struct:PATCHINFO
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h1304 GEN_CHECK_OFF(PATCHINFO, cCodeWrites);

Completed in 71 milliseconds