Home
last modified time | relevance | path

Searched refs:XMem (Results 1 – 4 of 4) sorted by relevance

/sys/include/
Dkmem.h27 typedef struct XMem XMem; typedef
30 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;
/sys/amd64/
Dxmem.c17 typedef struct XMem struct
23 } XMem; argument
25 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()
/sys/kern/
Dbufcache.c19 XMem *diskBuf;
Dpalloc.c42 XMem *pageInfoXMem;