Searched defs:cMaxLoad (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/VMM/VMMRZ/
H A DPGMRZDynMap.cpp253 uint32_t cMaxLoad; member in struct:PGMR0DYNMAP
508 else if (pThis->cMaxLoad > PGMR0DYNMAP_CALC_OVERLOAD(pThis->cPages - pThis->cGuardPages))
642 * Calculate the new cache size based on cMaxLoad statistics.
658 /* adjust against cMaxLoad. */
659 AssertMsg(pThis->cMaxLoad <= PGMR0DYNMAP_MAX_PAGES, ("%#x\n", pThis->cMaxLoad));
660 if (pThis->cMaxLoad > PGMR0DYNMAP_MAX_PAGES)
661 pThis->cMaxLoad = 0;
663 while (pThis->cMaxLoad > PGMR0DYNMAP_CALC_OVERLOAD(cPages))
666 if (pThis->cMaxLoad > cMinPage
[all...]
/vbox/src/VBox/VMM/include/
H A DPGMInternal.h1862 uint32_t cMaxLoad; member in struct:PGMRCDYNMAP

Completed in 305 milliseconds