Searched refs:GMMR3QueryHypervisorMemoryStats (Results 1 - 3 of 3) sorted by relevance
/vbox/include/VBox/vmm/ |
H A D | gmm.h | 788 GMMR3DECL(int) GMMR3QueryHypervisorMemoryStats(PVM pVM, uint64_t *pcTotalAllocPages, uint64_t *pcTotalFreePages, uint64_t *pcTotalBalloonPages, uint64_t *puTotalBalloonSize);
|
/vbox/src/VBox/VMM/VMMR3/ |
H A D | GMM.cpp | 293 GMMR3DECL(int) GMMR3QueryHypervisorMemoryStats(PVM pVM, uint64_t *pcTotalAllocPages, uint64_t *pcTotalFreePages, uint64_t *pcTotalBalloonPages, uint64_t *puTotalBalloonSize) function
|
H A D | PGMPhys.cpp | 1387 int rc = GMMR3QueryHypervisorMemoryStats(pUVM->pVM, &cAllocPages, &cFreePages, &cBalloonPages, &cSharedPages);
|
Completed in 1901 milliseconds