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

/linux-master/arch/parisc/include/asm/
H A Dfloppy.h160 static unsigned long vdma_mem_alloc(unsigned long size) function
166 #define nodma_mem_alloc(size) vdma_mem_alloc(size)
242 vdma_mem_alloc,
/linux-master/arch/m68k/include/asm/
H A Dfloppy.h102 #define fd_dma_mem_alloc(size) vdma_mem_alloc(size)
144 static unsigned long vdma_mem_alloc(unsigned long size) function
/linux-master/arch/x86/include/asm/
H A Dfloppy.h160 static unsigned long vdma_mem_alloc(unsigned long size) function
166 #define nodma_mem_alloc(size) vdma_mem_alloc(size)
242 ._dma_mem_alloc = vdma_mem_alloc,

Completed in 125 milliseconds