Searched refs:x86_max_cores (Results 1 – 13 of 13) sorted by relevance
87 c->x86_max_cores = (core_level_siblings / smp_num_siblings); in detect_extended_topology()92 if (c->x86_max_cores > 1) in detect_extended_topology()
372 if (boot_cpu_data.x86_max_cores < 2) in amd_pmu_cpu_prepare()391 if (boot_cpu_data.x86_max_cores < 2) in amd_pmu_cpu_starting()417 if (boot_cpu_data.x86_max_cores < 2) in amd_pmu_cpu_dead()
333 cores_per_node = c->x86_max_cores / nodes_per_socket; in amd_get_topology()459 c->x86_max_cores = (ecx & 0xff) + 1; in early_init_amd_mc()466 while ((1 << bits) < c->x86_max_cores) in early_init_amd_mc()
886 if (snbep_uncore_cbox.num_boxes > boot_cpu_data.x86_max_cores) in snbep_uncore_cpu_init()887 snbep_uncore_cbox.num_boxes = boot_cpu_data.x86_max_cores; in snbep_uncore_cpu_init()1488 if (ivbep_uncore_cbox.num_boxes > boot_cpu_data.x86_max_cores) in ivbep_uncore_cpu_init()1489 ivbep_uncore_cbox.num_boxes = boot_cpu_data.x86_max_cores; in ivbep_uncore_cpu_init()2043 if (hswep_uncore_cbox.num_boxes > boot_cpu_data.x86_max_cores) in hswep_uncore_cpu_init()2044 hswep_uncore_cbox.num_boxes = boot_cpu_data.x86_max_cores; in hswep_uncore_cpu_init()2391 if (bdx_uncore_cbox.num_boxes > boot_cpu_data.x86_max_cores) in bdx_uncore_cpu_init()2392 bdx_uncore_cbox.num_boxes = boot_cpu_data.x86_max_cores; in bdx_uncore_cpu_init()
523 smp_num_siblings = smp_num_siblings / c->x86_max_cores; in detect_ht()527 core_bits = get_count_order(c->x86_max_cores); in detect_ht()533 if (!printed && (c->x86_max_cores * smp_num_siblings) > 1) { in detect_ht()872 c->x86_max_cores = 1; in identify_cpu()
170 if (snb_uncore_cbox.num_boxes > boot_cpu_data.x86_max_cores) in snb_uncore_cpu_init()171 snb_uncore_cbox.num_boxes = boot_cpu_data.x86_max_cores; in snb_uncore_cpu_init()
425 c->x86_max_cores = intel_num_cpu_cores(c); in init_intel()
1217 if (nhmex_uncore_cbox.num_boxes > boot_cpu_data.x86_max_cores) in nhmex_uncore_cpu_init()1218 nhmex_uncore_cbox.num_boxes = boot_cpu_data.x86_max_cores; in nhmex_uncore_cpu_init()
282 eax->split.num_cores_on_die = __this_cpu_read(cpu_info.x86_max_cores) - 1; in amd_cpuid4()
87 cpu_data(cpu).x86_max_cores = 1; in cpu_bringup()351 cpu_data(0).x86_max_cores = 1; in xen_smp_prepare_cpus()
209 cores_per_node = c->x86_max_cores / amd_get_nodes_per_socket(); in get_nbc_for_node()
124 u16 x86_max_cores; member
375 bool has_mp = has_smt || boot_cpu_data.x86_max_cores > 1; in set_cpu_sibling_map()