Searched defs:__dma_alloc_coherent (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/arch/microblaze/include/asm/ |
H A D | dma-mapping.h | 35 #define __dma_alloc_coherent(dev, gfp, size, handle) NULL macro
|
/linux-4.1.27/arch/powerpc/include/asm/ |
H A D | dma-mapping.h | 57 #define __dma_alloc_coherent(dev, gfp, size, handle) NULL macro
|
/linux-4.1.27/arch/powerpc/mm/ |
H A D | dma-noncoherent.c | 155 __dma_alloc_coherent(struct device *dev, size_t size, dma_addr_t *handle, gfp_t gfp) __dma_alloc_coherent() function 252 EXPORT_SYMBOL(__dma_alloc_coherent); variable
|
/linux-4.1.27/arch/arm64/mm/ |
H A D | dma-mapping.c | 91 static void *__dma_alloc_coherent(struct device *dev, size_t size, __dma_alloc_coherent() function
|
Completed in 141 milliseconds