Home
last modified time | relevance | path

Searched refs:__get_dma_pages (Results 1 – 9 of 9) sorted by relevance

/linux/arch/mips/include/asm/mach-generic/
A Dfloppy.h117 return __get_dma_pages(GFP_KERNEL, get_order(size)); in fd_dma_mem_alloc()
/linux/arch/mips/include/asm/mach-jazz/
A Dfloppy.h108 mem = __get_dma_pages(GFP_KERNEL, get_order(size)); in fd_dma_mem_alloc()
/linux/drivers/net/ethernet/amd/
A Dmvme147.c111 lp->ram = __get_dma_pages(GFP_ATOMIC, 3); /* 32K */ in mvme147lance_probe()
/linux/arch/parisc/include/asm/
A Dfloppy.h156 return __get_dma_pages(GFP_KERNEL, get_order(size)); in dma_mem_alloc()
/linux/arch/x86/include/asm/
A Dfloppy.h156 return __get_dma_pages(GFP_KERNEL|__GFP_NORETRY, get_order(size)); in dma_mem_alloc()
/linux/include/linux/
A Dgfp.h632 #define __get_dma_pages(gfp_mask, order) \ macro
/linux/drivers/net/appletalk/
A Dltpc.c254 return __get_dma_pages(GFP_KERNEL, order); in dma_mem_alloc()
/linux/drivers/net/ethernet/cirrus/
A Dcs89x0.c887 lp->dma_buff = (unsigned char *)__get_dma_pages(GFP_KERNEL, in net_open()
/linux/drivers/block/
A Dfloppy.c274 #define fd_dma_mem_alloc(size) __get_dma_pages(GFP_KERNEL, get_order(size))

Completed in 29 milliseconds