Searched refs:GMMR3BalloonedPages (Results 1 - 4 of 4) sorted by relevance
/vbox/include/VBox/vmm/ |
H A D | gmm.h | 790 GMMR3DECL(int) GMMR3BalloonedPages(PVM pVM, GMMBALLOONACTION enmAction, uint32_t cBalloonedPages);
|
/vbox/src/VBox/VMM/VMMR3/ |
H A D | GMM.cpp | 278 GMMR3DECL(int) GMMR3BalloonedPages(PVM pVM, GMMBALLOONACTION enmAction, uint32_t cBalloonedPages) function
|
H A D | PGMPhys.cpp | 1031 rc = GMMR3BalloonedPages(pVM, (fInflate) ? GMMBALLOONACTION_INFLATE : GMMBALLOONACTION_DEFLATE, cPages); 1905 int rc = GMMR3BalloonedPages(pVM, GMMBALLOONACTION_RESET, 0); 2086 int rc = GMMR3BalloonedPages(pVM, GMMBALLOONACTION_RESET, 0);
|
H A D | PGMSavedState.cpp | 3139 rc = GMMR3BalloonedPages(pVM, GMMBALLOONACTION_INFLATE, pVM->pgm.s.cBalloonedPages);
|
Completed in 1952 milliseconds