Home
last modified time | relevance | path

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

/linux/arch/mips/include/asm/mach-generic/
H A Dfloppy.h117 return __get_dma_pages(GFP_KERNEL, get_order(size)); in fd_dma_mem_alloc()
/linux/arch/mips/include/asm/mach-jazz/
H A Dfloppy.h108 mem = __get_dma_pages(GFP_KERNEL, get_order(size)); in fd_dma_mem_alloc()
/linux/drivers/net/ethernet/amd/
H A Dmvme147.c109 lp->ram = __get_dma_pages(GFP_ATOMIC, 3); /* 32K */ in mvme147lance_probe()
/linux/include/linux/
H A Dgfp.h379 #define __get_dma_pages(gfp_mask, order) \ macro