Home
last modified time | relevance | path

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

/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);
/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()
/linux/drivers/cache/
H A Dstarfive_starlink_cache.c92 static const struct riscv_nonstd_cache_ops starlink_cache_ops = {
H A Dax45mp_cache.c168 static const struct riscv_nonstd_cache_ops ax45mp_cmo_ops __initdata = {
/linux/arch/riscv/errata/thead/
H A Derrata.c103 static const struct riscv_nonstd_cache_ops thead_errata_cmo_ops = {