Home
last modified time | relevance | path

Searched refs:vdma_mem_alloc (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/arch/parisc/include/asm/
Dfloppy.h172 static unsigned long vdma_mem_alloc(unsigned long size) in vdma_mem_alloc() function
178 #define nodma_mem_alloc(size) vdma_mem_alloc(size)
254 vdma_mem_alloc,
/linux-3.4.99/arch/x86/include/asm/
Dfloppy.h160 static unsigned long vdma_mem_alloc(unsigned long size) in vdma_mem_alloc() function
166 #define nodma_mem_alloc(size) vdma_mem_alloc(size)
242 vdma_mem_alloc,
/linux-3.4.99/arch/m68k/include/asm/
Dfloppy.h102 #define fd_dma_mem_alloc(size) vdma_mem_alloc(size)
144 static unsigned long vdma_mem_alloc(unsigned long size) in vdma_mem_alloc() function