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

/vbox/include/VBox/vmm/
H A Dgmm.h366 * (GMM::cAllocatedPages). */
367 uint64_t cAllocatedPages; member in struct:GMMSTATS
368 /** The number of pages that are shared. A subset of cAllocatedPages.
/vbox/src/VBox/VMM/VMMR0/
H A DGMMR0.cpp533 uint64_t cAllocatedPages; member in struct:GMM
534 /** The number of pages that are shared. A subset of cAllocatedPages. */
1304 pGMM->cAllocatedPages -= cPrivatePages;
2509 if (RT_UNLIKELY(pGMM->cAllocatedPages + cPages > pGMM->cMaxPages))
2568 pGMM->cAllocatedPages += cPages;
2662 pGMM->cAllocatedPages -= cPages - iPage;
3097 pGMM->cAllocatedPages += cPages;
3170 pGMM->cAllocatedPages -= cPages;
3377 Assert(pGMM->cAllocatedPages > 0);
3381 pGMM->cAllocatedPages
[all...]

Completed in 64 milliseconds