Searched defs:this_leaf (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/base/ |
D | cacheinfo.c | 35 static inline bool cache_leaves_are_shared(struct cacheinfo *this_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() local 201 static inline bool cache_leaves_are_shared(struct cacheinfo *this_leaf, in cache_leaves_are_shared() 221 struct cacheinfo *this_leaf, *sib_leaf; in cache_shared_cpu_map_setup() local [all …]
|
/Linux-v4.19/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-v4.19/arch/x86/kernel/cpu/ |
D | cacheinfo.c | 347 static ssize_t show_cache_disable(struct cacheinfo *this_leaf, char *buf, in show_cache_disable() 433 static ssize_t store_cache_disable(struct cacheinfo *this_leaf, in store_cache_disable() 474 struct cacheinfo *this_leaf = dev_get_drvdata(dev); in subcaches_show() local 484 struct cacheinfo *this_leaf = dev_get_drvdata(dev); in subcaches_store() local 509 struct cacheinfo *this_leaf = dev_get_drvdata(dev); in cache_private_attrs_is_visible() local 560 cache_get_priv_group(struct cacheinfo *this_leaf) in cache_get_priv_group() 573 static void amd_init_l3_cache(struct _cpuid4_info_regs *this_leaf, int index) in amd_init_l3_cache() 591 cpuid4_cache_lookup_regs(int index, struct _cpuid4_info_regs *this_leaf) in cpuid4_cache_lookup_regs() 719 struct _cpuid4_info_regs this_leaf = {}; in init_intel_cacheinfo() local 854 struct cacheinfo *this_leaf; in __cache_amd_cpumap_setup() local [all …]
|
/Linux-v4.19/arch/nds32/kernel/ |
D | cacheinfo.c | 8 static void ci_leaf_init(struct cacheinfo *this_leaf, in ci_leaf_init() 41 struct cacheinfo *this_leaf = this_cpu_ci->info_list; in populate_cache_leaves() local
|
/Linux-v4.19/arch/riscv/kernel/ |
D | cacheinfo.c | 19 static void ci_leaf_init(struct cacheinfo *this_leaf, in ci_leaf_init() 73 struct cacheinfo *this_leaf = this_cpu_ci->info_list; in __populate_cache_leaves() local
|
/Linux-v4.19/arch/arm64/kernel/ |
D | cacheinfo.c | 41 static void ci_leaf_init(struct cacheinfo *this_leaf, in ci_leaf_init() 88 struct cacheinfo *this_leaf = this_cpu_ci->info_list; in __populate_cache_leaves() local
|
/Linux-v4.19/arch/s390/kernel/ |
D | cache.c | 106 static void ci_leaf_init(struct cacheinfo *this_leaf, int private, in ci_leaf_init() 155 struct cacheinfo *this_leaf = this_cpu_ci->info_list; in populate_cache_leaves() local
|
/Linux-v4.19/arch/mips/kernel/ |
D | cacheinfo.c | 68 struct cacheinfo *this_leaf = this_cpu_ci->info_list; in __populate_cache_leaves() local
|
/Linux-v4.19/drivers/acpi/ |
D | pptt.c | 356 static void update_cache_properties(struct cacheinfo *this_leaf, in update_cache_properties() 419 struct cacheinfo *this_leaf; in cache_setup_acpi_cpu() local
|