Searched refs:thead_ops (Results 1 – 1 of 1) sorted by relevance
94 struct riscv_cache_ops thead_ops; in thead_setup_cache() local96 thead_ops.dcache_wbinv_range = thead_cpu_dcache_wbinv_range; in thead_setup_cache()97 thead_ops.dcache_inv_range = thead_cpu_dcache_inv_range; in thead_setup_cache()98 thead_ops.dcache_wb_range = thead_cpu_dcache_wb_range; in thead_setup_cache()100 riscv_cache_install_hooks(&thead_ops, THEAD_DCACHE_SIZE); in thead_setup_cache()