Home
last modified time | relevance | path

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

/freebsd/sys/riscv/sifive/
H A Dsifive_ccache.c111 struct riscv_cache_ops eswin_ops; in ccache_install_hooks() local
113 eswin_ops.dcache_wbinv_range = ccache_flush_range; in ccache_install_hooks()
114 eswin_ops.dcache_inv_range = ccache_flush_range; in ccache_install_hooks()
115 eswin_ops.dcache_wb_range = ccache_flush_range; in ccache_install_hooks()
117 riscv_cache_install_hooks(&eswin_ops, SIFIVE_CCACHE_LINE_SIZE); in ccache_install_hooks()