Searched refs:consistent_alloc (Results 1 – 7 of 7) sorted by relevance
/linux-3.3/arch/microblaze/mm/ |
D | consistent.c | 62 void *consistent_alloc(gfp_t gfp, size_t size, dma_addr_t *dma_handle) in consistent_alloc() function 158 EXPORT_SYMBOL(consistent_alloc);
|
/linux-3.3/arch/frv/include/asm/ |
D | pci.h | 30 extern void *consistent_alloc(gfp_t gfp, size_t size, dma_addr_t *dma_handle);
|
/linux-3.3/arch/frv/mb93090-mb00/ |
D | pci-dma.c | 24 ret = consistent_alloc(gfp, size, dma_handle); in dma_alloc_coherent()
|
/linux-3.3/arch/frv/mm/ |
D | dma-alloc.c | 81 void *consistent_alloc(gfp_t gfp, size_t size, dma_addr_t *dma_handle) in consistent_alloc() function
|
/linux-3.3/arch/microblaze/kernel/ |
D | dma.c | 39 return consistent_alloc(flag, size, dma_handle); in dma_direct_alloc_coherent()
|
/linux-3.3/arch/xtensa/include/asm/ |
D | dma-mapping.h | 23 extern void *consistent_alloc(int, size_t, dma_addr_t, unsigned long);
|
/linux-3.3/arch/microblaze/include/asm/ |
D | pgtable.h | 575 void *consistent_alloc(gfp_t gfp, size_t size, dma_addr_t *dma_handle);
|