Home
last modified time | relevance | path

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

/linux/arch/riscv/mm/
H A Ddma-noncoherent.c50 if (unlikely(noncoherent_cache_ops.wback_inv)) { in arch_dma_cache_wback_inv()
51 noncoherent_cache_ops.wback_inv(paddr, size); in arch_dma_cache_wback_inv()
122 if (unlikely(noncoherent_cache_ops.wback_inv)) { in arch_dma_prep_coherent()
123 noncoherent_cache_ops.wback_inv(page_to_phys(page), size); in arch_dma_prep_coherent()
/linux/arch/riscv/include/asm/
H A Ddma-noncoherent.h21 void (*wback_inv)(phys_addr_t paddr, size_t size); member
/linux/drivers/cache/
H A Dstarfive_starlink_cache.c95 .wback_inv = &starlink_cache_dma_cache_wback_inv,
H A Dax45mp_cache.c171 .wback_inv = &ax45mp_dma_cache_wback_inv,
/linux/arch/riscv/errata/thead/
H A Derrata.c106 .wback_inv = &thead_errata_cache_wback_inv,