Home
last modified time | relevance | path

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

/Linux-v6.6/arch/riscv/include/asm/
Ddma-noncoherent.h18 struct riscv_nonstd_cache_ops { struct
24 extern struct riscv_nonstd_cache_ops noncoherent_cache_ops; argument
26 void riscv_noncoherent_register_cache_ops(const struct riscv_nonstd_cache_ops *ops);
/Linux-v6.6/arch/riscv/mm/
Ddma-noncoherent.c18 struct riscv_nonstd_cache_ops noncoherent_cache_ops __ro_after_init = {
166 void riscv_noncoherent_register_cache_ops(const struct riscv_nonstd_cache_ops *ops) in riscv_noncoherent_register_cache_ops()
/Linux-v6.6/drivers/cache/
Dax45mp_cache.c164 static const struct riscv_nonstd_cache_ops ax45mp_cmo_ops __initdata = {