Home
last modified time | relevance | path

Searched defs:fd_dma_mem_alloc (Results 1 – 6 of 6) sorted by relevance

/linux-3.3/arch/mips/include/asm/mach-generic/
Dfloppy.h117 static inline unsigned long fd_dma_mem_alloc(unsigned long size) in fd_dma_mem_alloc() function
/linux-3.3/arch/mips/include/asm/mach-jazz/
Dfloppy.h106 static inline unsigned long fd_dma_mem_alloc(unsigned long size) in fd_dma_mem_alloc() function
/linux-3.3/arch/m68k/include/asm/
Dfloppy.h102 #define fd_dma_mem_alloc(size) vdma_mem_alloc(size) macro
/linux-3.3/arch/x86/include/asm/
Dfloppy.h43 #define fd_dma_mem_alloc(size) SW._dma_mem_alloc(size) macro
/linux-3.3/arch/parisc/include/asm/
Dfloppy.h54 #define fd_dma_mem_alloc(size) SW._dma_mem_alloc(size) macro
/linux-3.3/drivers/block/
Dfloppy.c274 #define fd_dma_mem_alloc(size) __get_dma_pages(GFP_KERNEL, get_order(size)) macro