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

/vbox/src/VBox/VMM/VMMR3/
H A DPGMPhys.cpp2298 pVM->pgm.s.cPureMmioPages += cPages;
2315 pVM->pgm.s.cPureMmioPages -= cb >> PAGE_SHIFT;
2396 pVM->pgm.s.cPureMmioPages -= cPages;
H A DPGM.cpp1689 STAM_REL_REG(pVM, &pPGM->cPureMmioPages, STAMTYPE_U32, "/PGM/Page/cPureMmioPages", STAMUNIT_COUNT, "The number of pure MMIO pages.");
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h743 GEN_CHECK_OFF(PGM, cPureMmioPages);
/vbox/src/VBox/VMM/include/
H A DPGMInternal.h3450 uint32_t cPureMmioPages; /**< The number of pure MMIO pages. */ member in struct:PGM

Completed in 609 milliseconds