Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/include/asm/
H A 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);
/openbmc/linux/arch/riscv/mm/
H A Dcache-ops.c8 struct riscv_nonstd_cache_ops noncoherent_cache_ops __ro_after_init;
11 riscv_noncoherent_register_cache_ops(const struct riscv_nonstd_cache_ops *ops) in riscv_noncoherent_register_cache_ops()
/openbmc/linux/drivers/cache/
H A Dax45mp_cache.c168 static const struct riscv_nonstd_cache_ops ax45mp_cmo_ops __initdata = {