Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/
Dhygon.c82 c->x86_max_cores /= smp_num_siblings; in hygon_get_topology()
90 c->x86_coreid_bits = get_count_order(c->x86_max_cores); in hygon_get_topology()
189 c->x86_max_cores = (ecx & 0xff) + 1; in early_init_hygon_mc()
196 while ((1 << bits) < c->x86_max_cores) in early_init_hygon_mc()
Damd.c318 cus_per_node = c->x86_max_cores / nodes_per_socket; in legacy_fixup_core_id()
356 c->x86_max_cores /= smp_num_siblings; in amd_get_topology()
365 c->x86_coreid_bits = get_count_order(c->x86_max_cores); in amd_get_topology()
477 c->x86_max_cores = (ecx & 0xff) + 1; in early_init_amd_mc()
484 while ((1 << bits) < c->x86_max_cores) in early_init_amd_mc()
Dtopology.c151 c->x86_max_cores = (core_level_siblings / smp_num_siblings); in detect_extended_topology()
Dcommon.c658 c->x86_max_cores = 1; in detect_num_cpu_cores()
664 c->x86_max_cores = (eax >> 26) + 1; in detect_num_cpu_cores()
762 smp_num_siblings = smp_num_siblings / c->x86_max_cores; in detect_ht()
766 core_bits = get_count_order(c->x86_max_cores); in detect_ht()
1438 c->x86_max_cores = 1; in identify_cpu()
Dcacheinfo.c289 eax->split.num_cores_on_die = __this_cpu_read(cpu_info.x86_max_cores) - 1; in amd_cpuid4()
/arch/x86/xen/
Dsmp_pv.c73 cpu_data(cpu).x86_max_cores = 1; in cpu_bringup()
250 cpu_data(0).x86_max_cores = 1; in xen_pv_smp_prepare_cpus()
/arch/x86/events/intel/
Duncore_snb.c230 if (snb_uncore_cbox.num_boxes > boot_cpu_data.x86_max_cores) in snb_uncore_cpu_init()
231 snb_uncore_cbox.num_boxes = boot_cpu_data.x86_max_cores; in snb_uncore_cpu_init()
294 if (skl_uncore_cbox.num_boxes > boot_cpu_data.x86_max_cores) in skl_uncore_cpu_init()
295 skl_uncore_cbox.num_boxes = boot_cpu_data.x86_max_cores; in skl_uncore_cpu_init()
Duncore_snbep.c1092 if (snbep_uncore_cbox.num_boxes > boot_cpu_data.x86_max_cores) in snbep_uncore_cpu_init()
1093 snbep_uncore_cbox.num_boxes = boot_cpu_data.x86_max_cores; in snbep_uncore_cpu_init()
1708 if (ivbep_uncore_cbox.num_boxes > boot_cpu_data.x86_max_cores) in ivbep_uncore_cpu_init()
1709 ivbep_uncore_cbox.num_boxes = boot_cpu_data.x86_max_cores; in ivbep_uncore_cpu_init()
2762 if (hswep_uncore_cbox.num_boxes > boot_cpu_data.x86_max_cores) in hswep_uncore_cpu_init()
2763 hswep_uncore_cbox.num_boxes = boot_cpu_data.x86_max_cores; in hswep_uncore_cpu_init()
3136 if (bdx_uncore_cbox.num_boxes > boot_cpu_data.x86_max_cores) in bdx_uncore_cpu_init()
3137 bdx_uncore_cbox.num_boxes = boot_cpu_data.x86_max_cores; in bdx_uncore_cpu_init()
Duncore_nhmex.c1224 if (nhmex_uncore_cbox.num_boxes > boot_cpu_data.x86_max_cores) in nhmex_uncore_cpu_init()
1225 nhmex_uncore_cbox.num_boxes = boot_cpu_data.x86_max_cores; in nhmex_uncore_cpu_init()
/arch/x86/include/asm/
Dprocessor.h108 u16 x86_max_cores; member
/arch/x86/kernel/cpu/mce/
Dinject.c417 cores_per_node = (c->x86_max_cores * smp_num_siblings) / amd_get_nodes_per_socket(); in get_nbc_for_node()
/arch/x86/kernel/cpu/microcode/
Dintel.c1026 do_div(llc_size, c->x86_max_cores); in calc_llc_size_per_core()
/arch/x86/kernel/
Dsmpboot.c568 bool has_mp = has_smt || boot_cpu_data.x86_max_cores > 1; in set_cpu_sibling_map()