Searched refs:this_leaf (Results 1 – 2 of 2) sorted by relevance
/arch/ia64/kernel/ |
D | topology.c | 141 struct cache_info * this_leaf) in cache_shared_cpu_map_setup() argument 149 cpu_set(cpu, this_leaf->shared_cpu_map); in cache_shared_cpu_map_setup() 153 if (ia64_pal_cache_shared_info(this_leaf->level, in cache_shared_cpu_map_setup() 154 this_leaf->type, in cache_shared_cpu_map_setup() 165 cpu_set(j, this_leaf->shared_cpu_map); in cache_shared_cpu_map_setup() 169 ia64_pal_cache_shared_info(this_leaf->level, in cache_shared_cpu_map_setup() 170 this_leaf->type, in cache_shared_cpu_map_setup() 176 struct cache_info * this_leaf) in cache_shared_cpu_map_setup() argument 178 cpu_set(cpu, this_leaf->shared_cpu_map); in cache_shared_cpu_map_setup() 183 static ssize_t show_coherency_line_size(struct cache_info *this_leaf, in show_coherency_line_size() argument [all …]
|
/arch/x86/kernel/cpu/ |
D | intel_cacheinfo.c | 281 amd_check_l3_disable(int index, struct _cpuid4_info *this_leaf) in amd_check_l3_disable() argument 285 this_leaf->can_disable = 1; in amd_check_l3_disable() 289 __cpuinit cpuid4_cache_lookup(int index, struct _cpuid4_info *this_leaf) in cpuid4_cache_lookup() argument 299 amd_check_l3_disable(index, this_leaf); in cpuid4_cache_lookup() 307 this_leaf->eax = eax; in cpuid4_cache_lookup() 308 this_leaf->ebx = ebx; in cpuid4_cache_lookup() 309 this_leaf->ecx = ecx; in cpuid4_cache_lookup() 310 this_leaf->size = (ecx.split.number_of_sets + 1) * in cpuid4_cache_lookup() 356 struct _cpuid4_info this_leaf; in init_intel_cacheinfo() local 360 retval = cpuid4_cache_lookup(i, &this_leaf); in init_intel_cacheinfo() [all …]
|