Home
last modified time | relevance | path

Searched refs:__dma_alloc_coherent (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/arch/powerpc/include/asm/
Ddma-mapping.h44 extern void *__dma_alloc_coherent(struct device *dev, size_t size,
57 #define __dma_alloc_coherent(dev, gfp, size, handle) NULL macro
/linux-4.1.27/arch/powerpc/mm/
Ddma-noncoherent.c155 __dma_alloc_coherent(struct device *dev, size_t size, dma_addr_t *handle, gfp_t gfp) in __dma_alloc_coherent() function
252 EXPORT_SYMBOL(__dma_alloc_coherent);
/linux-4.1.27/arch/microblaze/include/asm/
Ddma-mapping.h35 #define __dma_alloc_coherent(dev, gfp, size, handle) NULL macro
/linux-4.1.27/arch/arm64/mm/
Ddma-mapping.c91 static void *__dma_alloc_coherent(struct device *dev, size_t size, in __dma_alloc_coherent() function
160 ptr = __dma_alloc_coherent(dev, size, dma_handle, flags, attrs); in __dma_alloc()
/linux-4.1.27/arch/powerpc/kernel/
Ddma.c48 ret = __dma_alloc_coherent(dev, size, dma_handle, flag); in dma_direct_alloc_coherent()