Searched refs:__get_dma_pages (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/arch/mips/include/asm/mach-jazz/ |
D | floppy.h | 109 mem = __get_dma_pages(GFP_KERNEL, get_order(size)); in fd_dma_mem_alloc()
|
/linux-4.4.14/arch/mips/include/asm/mach-generic/ |
D | floppy.h | 120 mem = __get_dma_pages(GFP_KERNEL, get_order(size)); in fd_dma_mem_alloc()
|
/linux-4.4.14/drivers/net/ethernet/amd/ |
D | mvme147.c | 114 lp->ram = __get_dma_pages(GFP_ATOMIC, 3); /* 32K */ in mvme147lance_probe()
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | floppy.h | 168 return __get_dma_pages(GFP_KERNEL, get_order(size)); in dma_mem_alloc()
|
/linux-4.4.14/arch/x86/include/asm/ |
D | floppy.h | 156 return __get_dma_pages(GFP_KERNEL|__GFP_NORETRY, get_order(size)); in dma_mem_alloc()
|
/linux-4.4.14/drivers/char/ |
D | mbcs.c | 410 hostAddr = __get_dma_pages(GFP_KERNEL, get_order(len)); in mbcs_sram_read() 435 hostAddr = __get_dma_pages(GFP_KERNEL, get_order(len)); in mbcs_sram_write()
|
/linux-4.4.14/include/linux/ |
D | gfp.h | 486 #define __get_dma_pages(gfp_mask, order) \ macro
|
/linux-4.4.14/drivers/net/appletalk/ |
D | ltpc.c | 252 return __get_dma_pages(GFP_KERNEL, order); in dma_mem_alloc()
|
/linux-4.4.14/drivers/net/ethernet/cirrus/ |
D | cs89x0.c | 886 lp->dma_buff = (unsigned char *)__get_dma_pages(GFP_KERNEL, in net_open()
|
/linux-4.4.14/drivers/block/ |
D | floppy.c | 274 #define fd_dma_mem_alloc(size) __get_dma_pages(GFP_KERNEL, get_order(size))
|
/linux-4.4.14/Documentation/scsi/ |
D | ChangeLog.1992-1997 | 261 Change memory allocation to work around bugs in __get_dma_pages.
|