Searched refs:XMem (Results 1 – 4 of 4) sorted by relevance
27 typedef struct XMem XMem; typedef30 XMem *XMem_New();31 void XMem_Destroy(XMem *xmem);32 uintptr_t XMem_GetBase(XMem *xmem);33 uintptr_t XMem_GetLength(XMem *xmem);34 bool XMem_Allocate(XMem *xmem, uintptr_t length);49 XMem *xmem;
17 typedef struct XMem struct23 } XMem; argument25 XMem regions[MAX_XMEM_REGIONS];46 XMem *63 XMem_Destroy(XMem *xmem) in XMem_Destroy()80 XMem_GetBase(XMem *xmem) in XMem_GetBase()86 XMem_GetLength(XMem *xmem) in XMem_GetLength()92 XMem_Allocate(XMem *xmem, uintptr_t length) in XMem_Allocate()
19 XMem *diskBuf;
42 XMem *pageInfoXMem;