Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/arch/riscv/include/asm/
H A Ddma-noncoherent.h21 void (*wback_inv)(phys_addr_t paddr, size_t size); member
/openbmc/linux/drivers/cache/
H A Dax45mp_cache.c171 .wback_inv = &ax45mp_dma_cache_wback_inv,