Lines Matching refs:cacheinfo
35 static inline bool cache_leaves_are_shared(struct cacheinfo *this_leaf, in cache_leaves_are_shared()
36 struct cacheinfo *sib_leaf) in cache_leaves_are_shared()
74 static void cache_size(struct cacheinfo *this_leaf, struct device_node *np) in cache_size()
87 static void cache_get_line_size(struct cacheinfo *this_leaf, in cache_get_line_size()
109 static void cache_nr_sets(struct cacheinfo *this_leaf, struct device_node *np) in cache_nr_sets()
121 static void cache_associativity(struct cacheinfo *this_leaf) in cache_associativity()
135 static bool cache_node_is_unified(struct cacheinfo *this_leaf, in cache_node_is_unified()
141 static void cache_of_set_props(struct cacheinfo *this_leaf, in cache_of_set_props()
161 struct cacheinfo *this_leaf; in cache_setup_of_node()
201 static inline bool cache_leaves_are_shared(struct cacheinfo *this_leaf, in cache_leaves_are_shared()
202 struct cacheinfo *sib_leaf) in cache_leaves_are_shared()
221 struct cacheinfo *this_leaf, *sib_leaf; in cache_shared_cpu_map_setup()
264 struct cacheinfo *this_leaf, *sib_leaf; in cache_shared_cpu_map_remove()
317 sizeof(struct cacheinfo), GFP_KERNEL); in detect_cache_attributes()
361 struct cacheinfo *this_leaf = dev_get_drvdata(dev); \
375 struct cacheinfo *this_leaf = dev_get_drvdata(dev); in size_show()
382 struct cacheinfo *this_leaf = dev_get_drvdata(dev); in shared_cpumap_show_func()
403 struct cacheinfo *this_leaf = dev_get_drvdata(dev); in type_show()
420 struct cacheinfo *this_leaf = dev_get_drvdata(dev); in allocation_policy_show()
436 struct cacheinfo *this_leaf = dev_get_drvdata(dev); in write_policy_show()
481 struct cacheinfo *this_leaf = dev_get_drvdata(dev); in cache_default_attrs_is_visible()
536 __weak cache_get_priv_group(struct cacheinfo *this_leaf) in cache_get_priv_group()
542 cache_get_attribute_groups(struct cacheinfo *this_leaf) in cache_get_attribute_groups()
605 struct cacheinfo *this_leaf; in cache_add_dev()