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

/vbox/src/VBox/VMM/VMMR3/
H A DPGMPool.cpp320 STAM_REG(pVM, &pPool->cUsedPagesHigh, STAMTYPE_U16_RESET, "/PGM/Pool/cUsedPagesHigh", STAMUNIT_PAGES, "The high watermark for cUsedPages.");
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h916 GEN_CHECK_OFF(PGMPOOL, cUsedPagesHigh);
/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllPool.cpp5125 if (pPool->cUsedPages > pPool->cUsedPagesHigh)
5126 pPool->cUsedPagesHigh = pPool->cUsedPages;
/vbox/src/VBox/VMM/include/
H A DPGMInternal.h2343 uint16_t cUsedPagesHigh; member in struct:PGMPOOL

Completed in 1225 milliseconds