Searched refs:cMaxPatches (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/VMM/include/
H A DPATMInternal.h400 uint32_t cMaxPatches; member in struct:PATMPATCHPAGE
/vbox/src/VBox/VMM/VMMR3/
H A DPATM.cpp4648 Assert(pPatchPage->cCount <= pPatchPage->cMaxPatches);
4649 if (pPatchPage->cCount == pPatchPage->cMaxPatches)
4651 uint32_t cMaxPatchesOld = pPatchPage->cMaxPatches;
4654 pPatchPage->cMaxPatches += PATMPATCHPAGE_PREALLOC_INCREMENT;
4655 rc = MMHyperAlloc(pVM, sizeof(pPatchPage->papPatch[0]) * pPatchPage->cMaxPatches, 0, MM_TAG_PATM_PATCH,
4680 pPatchPage->cMaxPatches = PATMPATCHPAGE_PREALLOC_INCREMENT;
4775 Assert(pPatchPage->cCount <= pPatchPage->cMaxPatches);
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h1314 GEN_CHECK_OFF(PATMPATCHPAGE, cMaxPatches);

Completed in 66 milliseconds