Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/mips/jazz/
Dfloppy-jazz.c100 mem = __get_dma_pages(GFP_KERNEL, get_order(size)); in jazz_fd_dma_mem_alloc()
/linux-2.4.37.9/arch/mips/lib/
Dfloppy-std.c108 mem = __get_dma_pages(GFP_KERNEL,get_order(size)); in std_fd_dma_mem_alloc()
/linux-2.4.37.9/arch/mips64/lib/
Dfloppy-std.c108 mem = __get_dma_pages(GFP_KERNEL,order); in std_fd_dma_mem_alloc()
/linux-2.4.37.9/drivers/char/ftape/lowlevel/
Dftape-buffer.c49 addr = __get_dma_pages(GFP_KERNEL, get_order(size)); in dmaalloc()
/linux-2.4.37.9/drivers/net/
Dmvme147.c122 lp->ram = (void *)__get_dma_pages(GFP_ATOMIC, 3); /* 16K */ in mvme147lance_probe()
D3c505.c201 return __get_dma_pages(GFP_KERNEL, order); in dma_mem_alloc()
Dcs89x0.c1173 lp->dma_buff = (unsigned char *)__get_dma_pages(GFP_KERNEL, in net_open()
/linux-2.4.37.9/include/asm-x86_64/
Dfloppy.h159 return __get_dma_pages(GFP_KERNEL,get_order(size)); in dma_mem_alloc()
/linux-2.4.37.9/include/asm-parisc/
Dfloppy.h160 return __get_dma_pages(GFP_KERNEL,__get_order(size)); in dma_mem_alloc()
/linux-2.4.37.9/include/asm-i386/
Dfloppy.h193 return __get_dma_pages(GFP_KERNEL,get_order(size)); in dma_mem_alloc()
/linux-2.4.37.9/include/linux/
Dmm.h463 #define __get_dma_pages(gfp_mask, order) \ macro
/linux-2.4.37.9/drivers/net/appletalk/
Dltpc.c253 return __get_dma_pages(GFP_KERNEL, order); in dma_mem_alloc()
/linux-2.4.37.9/arch/m68k/atari/
Dstram.c419 addr = (void *)__get_dma_pages(GFP_KERNEL, get_order(size)); in atari_stram_alloc()
/linux-2.4.37.9/drivers/block/
Dxd.c94 #define xd_dma_mem_alloc(size) __get_dma_pages(GFP_KERNEL,get_order(size))
Dfloppy.c254 #define fd_dma_mem_alloc(size) __get_dma_pages(GFP_KERNEL,get_order(size))
/linux-2.4.37.9/drivers/char/
Dtpqic02.c2777 (void *) __get_dma_pages(GFP_KERNEL, get_order(TPQBUF_SIZE)); in qic02_get_resources()
Desp.c949 dma_buffer = (char *)__get_dma_pages( in startup()
/linux-2.4.37.9/drivers/char/ftape/
DRELEASE-NOTES472 the kernel and rebuild it (it adds the __get_dma_pages symbol to
/linux-2.4.37.9/drivers/scsi/
DChangeLog261 Change memory allocation to work around bugs in __get_dma_pages.