Searched refs:GMMR3FreePagesPrepare (Results 1 - 4 of 4) sorted by relevance
/vbox/include/VBox/vmm/ |
H A D | gmm.h | 779 GMMR3DECL(int) GMMR3FreePagesPrepare(PVM pVM, PGMMFREEPAGESREQ *ppReq, uint32_t cPages, GMMACCOUNT enmAccount);
|
/vbox/src/VBox/VMM/VMMR3/ |
H A D | GMM.cpp | 159 GMMR3DECL(int) GMMR3FreePagesPrepare(PVM pVM, PGMMFREEPAGESREQ *ppReq, uint32_t cPages, GMMACCOUNT enmAccount) function 182 * GMMR3FreePagesPrepare(). 184 * GMMR3FreePagesPrepare(). 203 * @param pReq Pointer to the request (returned by GMMR3FreePagesPrepare). 235 * @param pReq Pointer to the request (returned by GMMR3FreePagesPrepare).
|
H A D | PGMPhys.cpp | 905 int rc = GMMR3FreePagesPrepare(pVM, &pReq, PGMPHYS_FREE_PAGE_BATCH_SIZE, GMMACCOUNT_BASE); 964 rc = GMMR3FreePagesPrepare(pVM, &pReq, PGMPHYS_FREE_PAGE_BATCH_SIZE, GMMACCOUNT_BASE); 1940 int rc = GMMR3FreePagesPrepare(pVM, &pReq, PGMPHYS_FREE_PAGE_BATCH_SIZE, GMMACCOUNT_BASE); 2110 rc = GMMR3FreePagesPrepare(pVM, &pReq, PGMPHYS_FREE_PAGE_BATCH_SIZE, GMMACCOUNT_BASE); 2835 int rc = GMMR3FreePagesPrepare(pVM, &pReq, PGMPHYS_FREE_PAGE_BATCH_SIZE, GMMACCOUNT_BASE); 3647 rc = GMMR3FreePagesPrepare(pVM, &pReq, PGMPHYS_FREE_PAGE_BATCH_SIZE, GMMACCOUNT_BASE);
|
H A D | PGMSavedState.cpp | 2657 int rc = GMMR3FreePagesPrepare(pVM, &pReq, 128 /* batch size */, GMMACCOUNT_BASE);
|
Completed in 1126 milliseconds