Home
last modified time | relevance | path

Searched refs:x86_max_cores (Results 1 – 11 of 11) 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.c348 if (boot_cpu_data.x86_max_cores < 2) in amd_pmu_cpu_prepare()
366 if (boot_cpu_data.x86_max_cores < 2 || boot_cpu_data.x86 == 0x15) in amd_pmu_cpu_starting()
392 if (boot_cpu_data.x86_max_cores < 2) in amd_pmu_cpu_dead()
Damd.c300 cores_per_node = c->x86_max_cores / nodes; in amd_get_topology()
407 c->x86_max_cores = (ecx & 0xff) + 1; in early_init_amd_mc()
414 while ((1 << bits) < c->x86_max_cores) in early_init_amd_mc()
Dproc.c14 if (c->x86_max_cores * smp_num_siblings > 1) { in show_cpuinfo_core()
Dcommon.c486 smp_num_siblings = smp_num_siblings / c->x86_max_cores; in detect_ht()
490 core_bits = get_count_order(c->x86_max_cores); in detect_ht()
496 if (!printed && (c->x86_max_cores * smp_num_siblings) > 1) { in detect_ht()
790 c->x86_max_cores = 1; in identify_cpu()
Dintel.c448 c->x86_max_cores = intel_num_cpu_cores(c); in init_intel()
Dintel_cacheinfo.c282 eax->split.num_cores_on_die = __this_cpu_read(cpu_info.x86_max_cores) - 1; in amd_cpuid4()
/arch/x86/include/asm/
Dtopology.h178 #define mc_capable() ((boot_cpu_data.x86_max_cores > 1) && \
Dprocessor.h107 u16 x86_max_cores; member
/arch/x86/xen/
Dsmp.c73 cpu_data(cpu).x86_max_cores = 1; in cpu_bringup()
244 cpu_data(0).x86_max_cores = 1; in xen_smp_prepare_cpus()
/arch/x86/kernel/
Dsmpboot.c358 if (__this_cpu_read(cpu_info.x86_max_cores) == 1) { in set_cpu_sibling_map()