Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/kernel/
H A Dcacheinfo.c10 static struct riscv_cacheinfo_ops *rv_cache_ops; variable
14 rv_cache_ops = ops; in riscv_set_cacheinfo_ops()
21 if (rv_cache_ops && rv_cache_ops->get_priv_group) in cache_get_priv_group()
22 return rv_cache_ops->get_priv_group(this_leaf); in cache_get_priv_group()