Lines Matching defs:this_leaf
139 struct cache_info * this_leaf) in cache_shared_cpu_map_setup()
174 struct cache_info * this_leaf) in cache_shared_cpu_map_setup()
181 static ssize_t show_coherency_line_size(struct cache_info *this_leaf, in show_coherency_line_size()
187 static ssize_t show_ways_of_associativity(struct cache_info *this_leaf, in show_ways_of_associativity()
193 static ssize_t show_attributes(struct cache_info *this_leaf, char *buf) in show_attributes()
200 static ssize_t show_size(struct cache_info *this_leaf, char *buf) in show_size()
205 static ssize_t show_number_of_sets(struct cache_info *this_leaf, char *buf) in show_number_of_sets()
214 static ssize_t show_shared_cpu_map(struct cache_info *this_leaf, char *buf) in show_shared_cpu_map()
224 static ssize_t show_type(struct cache_info *this_leaf, char *buf) in show_type()
230 static ssize_t show_level(struct cache_info *this_leaf, char *buf) in show_level()
275 struct cache_info *this_leaf = to_object(kobj); in ia64_cache_show() local