Home
last modified time | relevance | path

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

/linux-6.6.21/arch/riscv/kernel/
Dcacheinfo.c21 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()
/linux-6.6.21/arch/riscv/include/asm/
Dcacheinfo.h12 const struct attribute_group * (*get_priv_group)(struct cacheinfo member
/linux-6.6.21/drivers/soc/sifive/
Dsifive_ccache.c254 ccache_cache_ops.get_priv_group = ccache_get_priv_group; in sifive_ccache_init()