Home
last modified time | relevance | path

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

/linux-3.4.99/arch/mips/include/asm/mach-generic/
Dfloppy.h121 mem = __get_dma_pages(GFP_KERNEL, get_order(size)); in fd_dma_mem_alloc()
/linux-3.4.99/arch/mips/include/asm/mach-jazz/
Dfloppy.h110 mem = __get_dma_pages(GFP_KERNEL, get_order(size)); in fd_dma_mem_alloc()
/linux-3.4.99/drivers/net/ethernet/amd/
Dmvme147.c115 lp->ram = __get_dma_pages(GFP_ATOMIC, 3); /* 16K */ in mvme147lance_probe()
/linux-3.4.99/arch/parisc/include/asm/
Dfloppy.h168 return __get_dma_pages(GFP_KERNEL, get_order(size)); in dma_mem_alloc()
/linux-3.4.99/arch/x86/include/asm/
Dfloppy.h156 return __get_dma_pages(GFP_KERNEL|__GFP_NORETRY, get_order(size)); in dma_mem_alloc()
/linux-3.4.99/include/linux/
Dgfp.h357 #define __get_dma_pages(gfp_mask, order) \ macro
/linux-3.4.99/drivers/char/
Dmbcs.c410 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-3.4.99/drivers/staging/comedi/drivers/
Dpcl816.c1245 devpriv->dmabuf[0] = __get_dma_pages(GFP_KERNEL, pages); in pcl816_attach()
1261 devpriv->dmabuf[1] = __get_dma_pages(GFP_KERNEL, pages); in pcl816_attach()
Dpcl812.c1434 devpriv->dmabuf[0] = __get_dma_pages(GFP_KERNEL, pages); in pcl812_attach()
1447 devpriv->dmabuf[1] = __get_dma_pages(GFP_KERNEL, pages); in pcl812_attach()
Dpcl818.c1852 devpriv->dmabuf[0] = __get_dma_pages(GFP_KERNEL, pages); in pcl818_attach()
1861 devpriv->dmabuf[1] = __get_dma_pages(GFP_KERNEL, pages); in pcl818_attach()
/linux-3.4.99/drivers/net/appletalk/
Dltpc.c252 return __get_dma_pages(GFP_KERNEL, order); in dma_mem_alloc()
/linux-3.4.99/drivers/block/
Dxd.c100 #define xd_dma_mem_alloc(size) __get_dma_pages(GFP_KERNEL,get_order(size))
Dfloppy.c273 #define fd_dma_mem_alloc(size) __get_dma_pages(GFP_KERNEL, get_order(size))
/linux-3.4.99/drivers/net/ethernet/i825xx/
D3c505.c180 return __get_dma_pages(GFP_KERNEL, order); in dma_mem_alloc()
/linux-3.4.99/drivers/net/ethernet/cirrus/
Dcs89x0.c1262 lp->dma_buff = (unsigned char *)__get_dma_pages(GFP_KERNEL, in net_open()
/linux-3.4.99/Documentation/scsi/
DChangeLog.1992-1997261 Change memory allocation to work around bugs in __get_dma_pages.