Home
last modified time | relevance | path

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

/Linux-v5.4/arch/mips/include/asm/mach-generic/
Dfloppy.h118 return __get_dma_pages(GFP_KERNEL, get_order(size)); in fd_dma_mem_alloc()
/Linux-v5.4/arch/mips/include/asm/mach-jazz/
Dfloppy.h109 mem = __get_dma_pages(GFP_KERNEL, get_order(size)); in fd_dma_mem_alloc()
/Linux-v5.4/drivers/net/ethernet/amd/
Dmvme147.c114 lp->ram = __get_dma_pages(GFP_ATOMIC, 3); /* 32K */ in mvme147lance_probe()
/Linux-v5.4/arch/parisc/include/asm/
Dfloppy.h155 return __get_dma_pages(GFP_KERNEL, get_order(size)); in dma_mem_alloc()
/Linux-v5.4/arch/x86/include/asm/
Dfloppy.h156 return __get_dma_pages(GFP_KERNEL|__GFP_NORETRY, get_order(size)); in dma_mem_alloc()
/Linux-v5.4/include/linux/
Dgfp.h563 #define __get_dma_pages(gfp_mask, order) \ macro
/Linux-v5.4/drivers/net/appletalk/
Dltpc.c252 return __get_dma_pages(GFP_KERNEL, order); in dma_mem_alloc()
/Linux-v5.4/drivers/net/ethernet/cirrus/
Dcs89x0.c887 lp->dma_buff = (unsigned char *)__get_dma_pages(GFP_KERNEL, in net_open()
/Linux-v5.4/drivers/block/
Dfloppy.c276 #define fd_dma_mem_alloc(size) __get_dma_pages(GFP_KERNEL, get_order(size))