Searched refs:x86_max_cores (Results 1 – 9 of 9) sorted by relevance
135 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()
15 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()
267 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()
392 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()
349 c->x86_max_cores = intel_num_cpu_cores(c); in init_intel()
265 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()
75 cpu_data(cpu).x86_max_cores = 1; in cpu_bringup()189 cpu_data(0).x86_max_cores = 1; in xen_smp_prepare_cpus()
99 u16 x86_max_cores; member
457 if (current_cpu_data.x86_max_cores == 1) { in set_cpu_sibling_map()