Searched refs:cSharedPages (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Additions/common/testcase/
H A DtstPageFusion.cpp80 static unsigned cSharedPages = 0; variable
124 cSharedPages++;
236 printf("cSharedPages = %d\n", cSharedPages);
241 cSharedPages = 0;
312 printf("cSharedPages = %d\n", cSharedPages);
/vbox/include/VBox/vmm/
H A Dgmm.h316 uint64_t cSharedPages; member in struct:GMMVMSTATS
369 * (GMM::cSharedPages) */
370 uint64_t cSharedPages; member in struct:GMMSTATS
537 uint64_t cSharedPages; member in struct:GMMMEMSTATSREQ
/vbox/src/VBox/VMM/VMMR0/
H A DPGMR0SharedPage.cpp129 pVM->pgm.s.cSharedPages++;
H A DGMMR0.cpp535 uint64_t cSharedPages; member in struct:GMM
1351 if (pGVM->gmm.s.Stats.cSharedPages)
1353 Assert(pGMM->cSharedPages >= pGVM->gmm.s.Stats.cSharedPages);
1354 SUPR0Printf("GMMR0CleanupVM: hGVM=%#x left %#x shared pages behind!\n", pGVM->hSelf, pGVM->gmm.s.Stats.cSharedPages);
1355 pGMM->cLeftBehindSharedPages += pGVM->gmm.s.Stats.cSharedPages;
2840 Assert(pGVM->gmm.s.Stats.cSharedPages);
2844 pGVM->gmm.s.Stats.cSharedPages--;
3376 Assert(pGMM->cSharedPages > 0);
3382 pGMM->cSharedPages
[all...]
/vbox/src/VBox/VMM/VMMR3/
H A DPGMSharedPage.cpp225 LogFlow(("pgmR3SharedModuleRegRendezvous: start (%d)\n", pVM->pgm.s.cSharedPages));
234 LogFlow(("pgmR3SharedModuleRegRendezvous: done (%d)\n", pVM->pgm.s.cSharedPages));
H A DGMM.cpp301 Req.cSharedPages = 0;
315 *puTotalBalloonSize = Req.cSharedPages;
H A DPGMPhys.cpp1386 uint64_t cSharedPages = 0; local
1387 int rc = GMMR3QueryHypervisorMemoryStats(pUVM->pVM, &cAllocPages, &cFreePages, &cBalloonPages, &cSharedPages);
1400 *pcbSharedMem = cSharedPages * _4K;
1403 cAllocPages, cFreePages, cBalloonPages, cSharedPages));
1843 if (pVM->pgm.s.cSharedPages > 0)
4496 " cAllPages=%#x cPrivatePages=%#x cSharedPages=%#x cZeroPages=%#x\n",
4501 pVM->pgm.s.cSharedPages,
4599 pVM->pgm.s.cSharedPages--;
H A DSTAM.cpp238 { RT_UOFFSETOF(GMMSTATS, cSharedPages), STAMTYPE_U64, STAMUNIT_PAGES, "/GMM/cSharedPages", "The number of pages that are shared. A subset of cAllocatedPages." },
252 { RT_UOFFSETOF(GMMSTATS, VMStats.cSharedPages), STAMTYPE_U64, STAMUNIT_PAGES, "/GMM/VM/cSharedPages", "The current number of shared pages." },
H A DPGM.cpp1686 STAM_REL_REG(pVM, &pPGM->cSharedPages, STAMTYPE_U32, "/PGM/Page/cSharedPages", STAMUNIT_COUNT, "The number of shared pages.");
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h741 GEN_CHECK_OFF(PGM, cSharedPages);
/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllPhys.cpp650 pVM->pgm.s.cSharedPages--;
/vbox/src/VBox/VMM/include/
H A DPGMInternal.h3447 uint32_t cSharedPages; /**< The number of shared pages. */ member in struct:PGM

Completed in 357 milliseconds