Lines Matching defs:this_leaf
128 struct cache_info * this_leaf) in cache_shared_cpu_map_setup()
163 struct cache_info * this_leaf) in cache_shared_cpu_map_setup()
170 static ssize_t show_coherency_line_size(struct cache_info *this_leaf, in show_coherency_line_size()
176 static ssize_t show_ways_of_associativity(struct cache_info *this_leaf, in show_ways_of_associativity()
182 static ssize_t show_attributes(struct cache_info *this_leaf, char *buf) in show_attributes()
189 static ssize_t show_size(struct cache_info *this_leaf, char *buf) in show_size()
194 static ssize_t show_number_of_sets(struct cache_info *this_leaf, char *buf) in show_number_of_sets()
203 static ssize_t show_shared_cpu_map(struct cache_info *this_leaf, char *buf) in show_shared_cpu_map()
213 static ssize_t show_type(struct cache_info *this_leaf, char *buf) in show_type()
219 static ssize_t show_level(struct cache_info *this_leaf, char *buf) in show_level()
265 struct cache_info *this_leaf = to_object(kobj); in ia64_cache_show() local