Searched refs:__dma_free_coherent (Results 1 - 4 of 4) sorted by relevance

/arch/powerpc/include/asm/
H A Ddma-mapping.h43 extern void __dma_free_coherent(size_t size, void *vaddr);
55 #define __dma_free_coherent(size, addr) ((void)0) macro
/arch/microblaze/include/asm/
H A Ddma-mapping.h36 #define __dma_free_coherent(size, addr) ((void)0) macro
/arch/powerpc/mm/
H A Ddma-noncoherent.c256 void __dma_free_coherent(size_t size, void *vaddr) function
313 EXPORT_SYMBOL(__dma_free_coherent); variable
/arch/powerpc/kernel/
H A Ddma.c62 __dma_free_coherent(size, vaddr);

Completed in 5638 milliseconds