Home
last modified time | relevance | path

Searched refs:x86_max_cores (Results 1 – 9 of 9) sorted by relevance

/arch/x86/kernel/cpu/
Daddon_cpuid_features.c135 c->x86_max_cores = (core_level_siblings / smp_num_siblings); in detect_extended_topology()
140 if (c->x86_max_cores > 1) in detect_extended_topology()
Dproc.c15 if (c->x86_max_cores * smp_num_siblings > 1) { in show_cpuinfo_core()
57 if (c->x86_max_cores * smp_num_siblings > 1) { in show_cpuinfo_core()
Damd.c267 c->x86_max_cores = (ecx & 0xff) + 1; in early_init_amd_mc()
274 while ((1 << bits) < c->x86_max_cores) in early_init_amd_mc()
Dcommon.c392 smp_num_siblings = smp_num_siblings / c->x86_max_cores; in detect_ht()
396 core_bits = get_count_order(c->x86_max_cores); in detect_ht()
408 if ((c->x86_max_cores * smp_num_siblings) > 1) { in detect_ht()
670 c->x86_max_cores = 1; in identify_cpu()
Dintel.c349 c->x86_max_cores = intel_num_cpu_cores(c); in init_intel()
Dintel_cacheinfo.c265 eax->split.num_threads_sharing = current_cpu_data.x86_max_cores - 1; in amd_cpuid4()
268 eax->split.num_cores_on_die = current_cpu_data.x86_max_cores - 1; in amd_cpuid4()
/arch/x86/xen/
Dsmp.c75 cpu_data(cpu).x86_max_cores = 1; in cpu_bringup()
189 cpu_data(0).x86_max_cores = 1; in xen_smp_prepare_cpus()
/arch/x86/include/asm/
Dprocessor.h99 u16 x86_max_cores; member
/arch/x86/kernel/
Dsmpboot.c457 if (current_cpu_data.x86_max_cores == 1) { in set_cpu_sibling_map()