Home
last modified time | relevance | path

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

/Linux-v6.6/arch/riscv/mm/
Ddma-noncoherent.c166 void riscv_noncoherent_register_cache_ops(const struct riscv_nonstd_cache_ops *ops) in riscv_noncoherent_register_cache_ops() function
173 EXPORT_SYMBOL_GPL(riscv_noncoherent_register_cache_ops);
/Linux-v6.6/arch/riscv/include/asm/
Ddma-noncoherent.h26 void riscv_noncoherent_register_cache_ops(const struct riscv_nonstd_cache_ops *ops);
/Linux-v6.6/drivers/cache/
Dax45mp_cache.c209 riscv_noncoherent_register_cache_ops(&ax45mp_cmo_ops); in ax45mp_cache_init()