Searched defs:this_leaf (Results  1 – 5 of 5) sorted by relevance
| /linux-4.4.14/drivers/base/ | 
| D | cacheinfo.c | 46 	struct cacheinfo *this_leaf;  in cache_setup_of_node()  local83 static inline bool cache_leaves_are_shared(struct cacheinfo *this_leaf,  in cache_leaves_are_shared()
 90 static inline bool cache_leaves_are_shared(struct cacheinfo *this_leaf,  in cache_leaves_are_shared()
 105 	struct cacheinfo *this_leaf, *sib_leaf;  in cache_shared_cpu_map_setup()  local
 141 	struct cacheinfo *this_leaf, *sib_leaf;  in cache_shared_cpu_map_remove()  local
 245 	struct cacheinfo *this_leaf = dev_get_drvdata(dev);  in size_show()  local
 252 	struct cacheinfo *this_leaf = dev_get_drvdata(dev);  in shared_cpumap_show_func()  local
 273 	struct cacheinfo *this_leaf = dev_get_drvdata(dev);  in type_show()  local
 290 	struct cacheinfo *this_leaf = dev_get_drvdata(dev);  in allocation_policy_show()  local
 306 	struct cacheinfo *this_leaf = dev_get_drvdata(dev);  in write_policy_show()  local
 [all …]
 
 | 
| /linux-4.4.14/arch/ia64/kernel/ | 
| D | topology.c | 143 		struct cache_info * this_leaf)  in cache_shared_cpu_map_setup()178 		struct cache_info * this_leaf)  in cache_shared_cpu_map_setup()
 185 static ssize_t show_coherency_line_size(struct cache_info *this_leaf,  in show_coherency_line_size()
 191 static ssize_t show_ways_of_associativity(struct cache_info *this_leaf,  in show_ways_of_associativity()
 197 static ssize_t show_attributes(struct cache_info *this_leaf, char *buf)  in show_attributes()
 204 static ssize_t show_size(struct cache_info *this_leaf, char *buf)  in show_size()
 209 static ssize_t show_number_of_sets(struct cache_info *this_leaf, char *buf)  in show_number_of_sets()
 218 static ssize_t show_shared_cpu_map(struct cache_info *this_leaf, char *buf)  in show_shared_cpu_map()
 228 static ssize_t show_type(struct cache_info *this_leaf, char *buf)  in show_type()
 234 static ssize_t show_level(struct cache_info *this_leaf, char *buf)  in show_level()
 [all …]
 
 | 
| /linux-4.4.14/arch/x86/kernel/cpu/ | 
| D | intel_cacheinfo.c | 342 static ssize_t show_cache_disable(struct cacheinfo *this_leaf, char *buf,  in show_cache_disable()428 static ssize_t store_cache_disable(struct cacheinfo *this_leaf,  in store_cache_disable()
 469 	struct cacheinfo *this_leaf = dev_get_drvdata(dev);  in subcaches_show()  local
 479 	struct cacheinfo *this_leaf = dev_get_drvdata(dev);  in subcaches_store()  local
 504 	struct cacheinfo *this_leaf = dev_get_drvdata(dev);  in cache_private_attrs_is_visible()  local
 555 cache_get_priv_group(struct cacheinfo *this_leaf)  in cache_get_priv_group()
 568 static void amd_init_l3_cache(struct _cpuid4_info_regs *this_leaf, int index)  in amd_init_l3_cache()
 586 cpuid4_cache_lookup_regs(int index, struct _cpuid4_info_regs *this_leaf)  in cpuid4_cache_lookup_regs()
 675 			struct _cpuid4_info_regs this_leaf = {};  in init_intel_cacheinfo()  local
 809 	struct cacheinfo *this_leaf;  in __cache_amd_cpumap_setup()  local
 [all …]
 
 | 
| /linux-4.4.14/arch/arm64/kernel/ | 
| D | cacheinfo.c | 67 static void ci_leaf_init(struct cacheinfo *this_leaf,  in ci_leaf_init()112 	struct cacheinfo *this_leaf = this_cpu_ci->info_list;  in __populate_cache_leaves()  local
 
 | 
| /linux-4.4.14/arch/s390/kernel/ | 
| D | cache.c | 112 static void ci_leaf_init(struct cacheinfo *this_leaf, int private,  in ci_leaf_init()161 	struct cacheinfo *this_leaf = this_cpu_ci->info_list;  in populate_cache_leaves()  local
 
 |