Searched defs:fd_dma_mem_alloc (Results 1 – 6 of 6) sorted by relevance
104 static inline unsigned long fd_dma_mem_alloc(unsigned long size) in fd_dma_mem_alloc() function
115 static inline unsigned long fd_dma_mem_alloc(unsigned long size) in fd_dma_mem_alloc() function
102 #define fd_dma_mem_alloc(size) vdma_mem_alloc(size) macro
43 #define fd_dma_mem_alloc(size) SW._dma_mem_alloc(size) macro
41 #define fd_dma_mem_alloc(size) SW._dma_mem_alloc(size) macro
274 #define fd_dma_mem_alloc(size) __get_dma_pages(GFP_KERNEL, get_order(size)) macro