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

/vbox/src/VBox/VMM/VMMR3/
H A DPGMSavedState.cpp1391 Assert(pVM->pgm.s.cWrittenToPages > 0);
1392 pVM->pgm.s.cWrittenToPages--;
1510 Assert(pVM->pgm.s.cWrittenToPages > 0);
1511 pVM->pgm.s.cWrittenToPages--;
1909 uint32_t const cWrittenToPages = pVM->pgm.s.cWrittenToPages; local
1914 + cWrittenToPages;
H A DPGM.cpp1691 STAM_REL_REG(pVM, &pPGM->cWrittenToPages, STAMTYPE_U32, "/PGM/Page/cWrittenToPages", STAMUNIT_COUNT, "The number of previously write monitored pages that have been written to.");
H A DPGMPhys.cpp4608 pVM->pgm.s.cWrittenToPages++;
/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllPhys.cpp867 pVM->pgm.s.cWrittenToPages++;
1865 pVM->pgm.s.cWrittenToPages++;
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h745 GEN_CHECK_OFF(PGM, cWrittenToPages);
/vbox/src/VBox/VMM/include/
H A DPGMInternal.h3452 uint32_t cWrittenToPages; /**< The number of previously write monitored pages. */ member in struct:PGM

Completed in 90 milliseconds