Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/
Dtopology.c87 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()
Dperf_event_amd.c372 if (boot_cpu_data.x86_max_cores < 2) in amd_pmu_cpu_prepare()
390 if (boot_cpu_data.x86_max_cores < 2) in amd_pmu_cpu_starting()
416 if (boot_cpu_data.x86_max_cores < 2) in amd_pmu_cpu_dead()
Damd.c324 cores_per_node = c->x86_max_cores / nodes; in amd_get_topology()
431 c->x86_max_cores = (ecx & 0xff) + 1; in early_init_amd_mc()
438 while ((1 << bits) < c->x86_max_cores) in early_init_amd_mc()
Dcommon.c538 smp_num_siblings = smp_num_siblings / c->x86_max_cores; in detect_ht()
542 core_bits = get_count_order(c->x86_max_cores); in detect_ht()
548 if (!printed && (c->x86_max_cores * smp_num_siblings) > 1) { in detect_ht()
848 c->x86_max_cores = 1; in identify_cpu()
Dperf_event_intel_uncore_snb.c143 if (snb_uncore_cbox.num_boxes > boot_cpu_data.x86_max_cores) in snb_uncore_cpu_init()
144 snb_uncore_cbox.num_boxes = boot_cpu_data.x86_max_cores; in snb_uncore_cpu_init()
Dperf_event_intel_uncore_snbep.c882 if (snbep_uncore_cbox.num_boxes > boot_cpu_data.x86_max_cores) in snbep_uncore_cpu_init()
883 snbep_uncore_cbox.num_boxes = boot_cpu_data.x86_max_cores; in snbep_uncore_cpu_init()
1469 if (ivbep_uncore_cbox.num_boxes > boot_cpu_data.x86_max_cores) in ivbep_uncore_cpu_init()
1470 ivbep_uncore_cbox.num_boxes = boot_cpu_data.x86_max_cores; in ivbep_uncore_cpu_init()
2024 if (hswep_uncore_cbox.num_boxes > boot_cpu_data.x86_max_cores) in hswep_uncore_cpu_init()
2025 hswep_uncore_cbox.num_boxes = boot_cpu_data.x86_max_cores; in hswep_uncore_cpu_init()
Dintel.c394 c->x86_max_cores = intel_num_cpu_cores(c); in init_intel()
Dperf_event_intel_uncore_nhmex.c1217 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()
Dintel_cacheinfo.c282 eax->split.num_cores_on_die = __this_cpu_read(cpu_info.x86_max_cores) - 1; in amd_cpuid4()
/arch/x86/kernel/cpu/microcode/
Dintel.c357 do_div(llc_size, c->x86_max_cores); in calc_llc_size_per_core()
/arch/x86/xen/
Dsmp.c84 cpu_data(cpu).x86_max_cores = 1; in cpu_bringup()
333 cpu_data(0).x86_max_cores = 1; in xen_smp_prepare_cpus()
/arch/x86/include/asm/
Dprocessor.h115 u16 x86_max_cores; member
/arch/x86/kernel/
Dsmpboot.c361 bool has_mp = has_smt || boot_cpu_data.x86_max_cores > 1; in set_cpu_sibling_map()