Home
last modified time | relevance | path

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

/linux/arch/arc/mm/
H A Ddma.c56 dma_cache_wback(paddr, size); in arch_sync_dma_for_device()
H A Dcache.c774 void dma_cache_wback(phys_addr_t start, unsigned long sz) in dma_cache_wback() function
778 EXPORT_SYMBOL(dma_cache_wback);
/linux/arch/arc/include/asm/
H A Dcacheflush.h36 void dma_cache_wback(phys_addr_t start, unsigned long sz);
/linux/arch/mips/mm/
H A Ddma-noncoherent.c62 dma_cache_wback((unsigned long)addr, size); in dma_sync_virt_for_device()
/linux/arch/mips/kernel/
H A Dsmp-bmips.c470 dma_cache_wback(dst, end - start); in bmips_wr_vec()