Home
last modified time | relevance | path

Searched refs:wback (Results 1 – 7 of 7) sorted by relevance

/linux/arch/riscv/mm/
H A Dpmem.c15 if (unlikely(noncoherent_cache_ops.wback)) { in arch_wb_cache_pmem()
16 noncoherent_cache_ops.wback(virt_to_phys(addr), size); in arch_wb_cache_pmem()
H A Ddma-noncoherent.c23 if (unlikely(noncoherent_cache_ops.wback)) { in arch_dma_cache_wback()
24 noncoherent_cache_ops.wback(paddr, size); in arch_dma_cache_wback()
/linux/arch/riscv/include/asm/
H A Ddma-noncoherent.h19 void (*wback)(phys_addr_t paddr, size_t size); member
/linux/drivers/cache/
H A Dstarfive_starlink_cache.c93 .wback = &starlink_cache_dma_cache_wback,
H A Dax45mp_cache.c169 .wback = &ax45mp_dma_cache_wback,
/linux/arch/riscv/errata/thead/
H A Derrata.c104 .wback = &thead_errata_cache_wback,
/linux/arch/arc/kernel/
H A Dhead.S40 bclr r5, r5, 6 ; Invalidate (discard w/o wback)