Searched refs:__dma_alloc_coherent (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/arch/powerpc/include/asm/ |
D | dma-mapping.h | 42 extern void *__dma_alloc_coherent(struct device *dev, size_t size, 55 #define __dma_alloc_coherent(dev, gfp, size, handle) NULL macro
|
/Linux-v4.19/arch/powerpc/mm/ |
D | dma-noncoherent.c | 155 __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-v4.19/arch/powerpc/kernel/ |
D | dma.c | 71 ret = __dma_alloc_coherent(dev, size, dma_handle, flag); in __dma_nommu_alloc_coherent()
|