Home
last modified time | relevance | path

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

/openbmc/linux/arch/parisc/include/asm/
H A 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,
/openbmc/linux/arch/x86/include/asm/
H A 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 ._dma_mem_alloc = vdma_mem_alloc,
/openbmc/linux/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) in vdma_mem_alloc() function