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

/vbox/src/VBox/VMM/VMMR3/
H A DPGMPool.cpp371 STAM_REG(pVM, &pPool->cModifiedPages, STAMTYPE_U16, "/PGM/Pool/Monitor/cModifiedPages", STAMUNIT_PAGES, "The current cModifiedPages value.");
372 STAM_REG(pVM, &pPool->cModifiedPagesHigh, STAMTYPE_U16_RESET, "/PGM/Pool/Monitor/cModifiedPagesHigh", STAMUNIT_PAGES, "The high watermark for cModifiedPages.");
638 unsigned cModifiedPages = 0; NOREF(cModifiedPages); local
758 Assert(!pPage->cModifications || ++cModifiedPages);
773 AssertMsg(cModifiedPages == pPool->cModifiedPages, ("%d != %d\n", cModifiedPages, pPoo
[all...]
/vbox/src/VBox/VMM/include/
H A DPGMInternal.h2315 uint16_t cModifiedPages; member in struct:PGMPOOL
2451 /** The high water mark for cModifiedPages. */

Completed in 52 milliseconds