Searched refs:dma_cache_inv (Results 1 - 6 of 6) sorted by relevance

/arch/arc/include/asm/
H A Dcacheflush.h46 void dma_cache_inv(unsigned long start, unsigned long sz);
H A Ddma-mapping.h67 dma_cache_inv(paddr, size);
/arch/arc/mm/
H A Dcache_arc700.c512 void dma_cache_inv(unsigned long start, unsigned long sz) function
516 EXPORT_SYMBOL(dma_cache_inv); variable
/arch/mips/include/asm/
H A Dio.h580 * - dma_cache_inv(start, size) invalidates the affected parts of the
595 #define dma_cache_inv(start, size) _dma_cache_inv(start, size) macro
603 #define dma_cache_inv(start,size) \ macro
/arch/mips/mm/
H A Ddma-default.c201 dma_cache_inv((unsigned long)addr, size);
/arch/mips/alchemy/common/
H A Ddbdma.c629 * these parts. If it is fixed in the future, these dma_cache_inv will
691 * parts. If it is fixed in the future, these dma_cache_inv will just
694 dma_cache_inv((unsigned long)buf, nbytes);

Completed in 144 milliseconds