fd_dma_mem_alloc
#define fd_dma_mem_alloc(size) vdma_mem_alloc(size)
static inline unsigned long fd_dma_mem_alloc(unsigned long size)
static inline unsigned long fd_dma_mem_alloc(unsigned long size)
#define fd_dma_mem_alloc(size) SW._dma_mem_alloc(size)
#define fd_dma_mem_alloc(size) ((unsigned long) vmalloc(size))
#define fd_dma_mem_alloc(size) SW._dma_mem_alloc(size)
#define fd_dma_mem_alloc(size) __get_dma_pages(GFP_KERNEL, get_order(size))