Home
last modified time | relevance | path

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

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