Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/arch/riscv/include/asm/
H A Ddma-noncoherent.h19 void (*wback)(phys_addr_t paddr, size_t size); member
/openbmc/u-boot/arch/arc/lib/
H A Dstart.S39 bclr r5, r5, 6 ; Invalidate (discard w/o wback)
/openbmc/linux/drivers/cache/
H A Dax45mp_cache.c169 .wback = &ax45mp_dma_cache_wback,
/openbmc/linux/arch/arc/kernel/
H A Dhead.S40 bclr r5, r5, 6 ; Invalidate (discard w/o wback)