Home
last modified time | relevance | path

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

/freebsd/sys/riscv/riscv/
H A Dcache.c44 riscv_cache_install_hooks(struct riscv_cache_ops *newops, u_int line_size) in riscv_cache_install_hooks() function
H A Dcbo.c103 riscv_cache_install_hooks(&zicbom_ops, cbom_block_size); in cbo_zicbom_setup_cache()
/freebsd/sys/riscv/thead/
H A Dthead.c100 riscv_cache_install_hooks(&thead_ops, THEAD_DCACHE_SIZE); in thead_setup_cache()
/freebsd/sys/riscv/include/
H A Dcpufunc.h162 void riscv_cache_install_hooks(struct riscv_cache_ops *, u_int);
/freebsd/sys/riscv/sifive/
H A Dsifive_ccache.c117 riscv_cache_install_hooks(&eswin_ops, SIFIVE_CCACHE_LINE_SIZE); in ccache_install_hooks()