Searched refs:GMMR3AllocatePagesPrepare (Results 1 - 3 of 3) sorted by relevance

/vbox/include/VBox/vmm/
H A Dgmm.h776 GMMR3DECL(int) GMMR3AllocatePagesPrepare(PVM pVM, PGMMALLOCATEPAGESREQ *ppReq, uint32_t cPages, GMMACCOUNT enmAccount);
/vbox/src/VBox/VMM/VMMR3/
H A DGMM.cpp78 GMMR3DECL(int) GMMR3AllocatePagesPrepare(PVM pVM, PGMMALLOCATEPAGESREQ *ppReq, uint32_t cPages, GMMACCOUNT enmAccount) function
101 * @param pReq Pointer to the request (returned by GMMR3AllocatePagesPrepare).
142 * @param pReq Pointer to the request (returned by GMMR3AllocatePagesPrepare).
H A DPGMPhys.cpp3240 int rc = GMMR3AllocatePagesPrepare(pVM, &pReq, cPages, GMMACCOUNT_BASE);

Completed in 2293 milliseconds