Home
last modified time | relevance | path

Searched refs:riscv_cache_ops (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/riscv/include/
H A Dcpufunc.h133 struct riscv_cache_ops { struct
139 extern struct riscv_cache_ops cache_ops; argument
162 void riscv_cache_install_hooks(struct riscv_cache_ops *, u_int);
/freebsd/sys/riscv/riscv/
H A Dcache.c37 struct riscv_cache_ops __read_frequently cache_ops;
44 riscv_cache_install_hooks(struct riscv_cache_ops *newops, u_int line_size) in riscv_cache_install_hooks()
/freebsd/sys/riscv/thead/
H A Dthead.c94 struct riscv_cache_ops thead_ops; in thead_setup_cache()
/freebsd/sys/riscv/sifive/
H A Dsifive_ccache.c111 struct riscv_cache_ops eswin_ops; in ccache_install_hooks()