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

/vbox/include/VBox/vmm/
H A Dgmm.h466 typedef struct GMMALLOCATEPAGESREQ struct
476 } GMMALLOCATEPAGESREQ; typedef in typeref:struct:GMMALLOCATEPAGESREQ
478 typedef GMMALLOCATEPAGESREQ *PGMMALLOCATEPAGESREQ;
783 GMMR3DECL(void) GMMR3FreeAllocatedPages(PVM pVM, GMMALLOCATEPAGESREQ const *pAllocReq);
/vbox/src/VBox/VMM/VMMR3/
H A DGMM.cpp80 uint32_t cb = RT_OFFSETOF(GMMALLOCATEPAGESREQ, aPages[cPages]);
251 GMMR3DECL(void) GMMR3FreeAllocatedPages(PVM pVM, GMMALLOCATEPAGESREQ const *pAllocReq)
/vbox/src/VBox/VMM/VMMR0/
H A DGMMR0.cpp2992 AssertMsgReturn(pReq->Hdr.cbReq >= RT_UOFFSETOF(GMMALLOCATEPAGESREQ, aPages[0]),
2993 ("%#x < %#x\n", pReq->Hdr.cbReq, RT_UOFFSETOF(GMMALLOCATEPAGESREQ, aPages[0])),
2995 AssertMsgReturn(pReq->Hdr.cbReq == RT_UOFFSETOF(GMMALLOCATEPAGESREQ, aPages[pReq->cPages]),
2996 ("%#x != %#x\n", pReq->Hdr.cbReq, RT_UOFFSETOF(GMMALLOCATEPAGESREQ, aPages[pReq->cPages])),

Completed in 57 milliseconds