Searched refs:cPatches (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DHM.cpp1714 pVM->hm.s.cPatches = 0;
1738 for (unsigned i = 0; i < pVM->hm.s.cPatches; i++)
1778 pVM->hm.s.cPatches = 0;
1890 uint32_t const idx = pVM->hm.s.cPatches;
2014 pVM->hm.s.cPatches++;
2027 pVM->hm.s.cPatches++;
2064 uint32_t const idx = pVM->hm.s.cPatches;
2240 pVM->hm.s.cPatches++;
2260 pVM->hm.s.cPatches++;
3053 rc = SSMR3PutU32(pSSM, pVM->hm.s.cPatches);
[all...]
H A DPATMSSM.cpp193 SSMFIELD_ENTRY( PATM, savedstate.cPatches),
290 SSMFIELD_ENTRY( PATM, savedstate.cPatches),
750 patmInfo.savedstate.cPatches = 0;
751 RTAvloU32DoWithAll(&pVM->patm.s.PatchLookupTreeHC->PatchTree, true, patmCountPatch, &patmInfo.savedstate.cPatches);
902 for (unsigned i = 0; i < patmInfo.savedstate.cPatches; i++)
/vbox/src/VBox/VMM/include/
H A DPATMInternal.h521 uint32_t cPatches; member in struct:PATM::__anon16938
H A DHMInternal.h464 uint32_t cPatches; member in struct:HM
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h1242 GEN_CHECK_OFF_DOT(PATM, savedstate.cPatches);
/vbox/src/VBox/VMM/VMMR0/
H A DHMSVMR0.cpp4924 && pVM->hm.s.cPatches < RT_ELEMENTS(pVM->hm.s.aPatches))
5155 && pVM->hm.s.cPatches < RT_ELEMENTS(pVM->hm.s.aPatches))

Completed in 79 milliseconds