Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Dcacheinfo.c22 if (rv_cache_ops && rv_cache_ops->get_priv_group) in cache_get_priv_group()
23 return rv_cache_ops->get_priv_group(this_leaf); in cache_get_priv_group()
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dcacheinfo.h12 const struct attribute_group * (*get_priv_group)(struct cacheinfo member
/OK3568_Linux_fs/kernel/drivers/soc/sifive/
H A Dsifive_l2_cache.c208 l2_cache_ops.get_priv_group = l2_get_priv_group; in sifive_l2_init()