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

/vbox/include/VBox/vmm/
H A Dgmm.h478 typedef GMMALLOCATEPAGESREQ *PGMMALLOCATEPAGESREQ; typedef
480 GMMR0DECL(int) GMMR0AllocatePagesReq(PVM pVM, VMCPUID idCpu, PGMMALLOCATEPAGESREQ pReq);
776 GMMR3DECL(int) GMMR3AllocatePagesPrepare(PVM pVM, PGMMALLOCATEPAGESREQ *ppReq, uint32_t cPages, GMMACCOUNT enmAccount);
777 GMMR3DECL(int) GMMR3AllocatePagesPerform(PVM pVM, PGMMALLOCATEPAGESREQ pReq);
778 GMMR3DECL(void) GMMR3AllocatePagesCleanup(PGMMALLOCATEPAGESREQ pReq);

Completed in 59 milliseconds