Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/cpu/
H A Dhygon.c80 c->x86_max_cores /= smp_num_siblings; in hygon_get_topology()
88 c->x86_coreid_bits = get_count_order(c->x86_max_cores); in hygon_get_topology()
191 c->x86_max_cores = (ecx & 0xff) + 1; in early_init_hygon_mc()
198 while ((1 << bits) < c->x86_max_cores) in early_init_hygon_mc()
H A Damd.c382 cus_per_node = c->x86_max_cores / nodes_per_socket; in legacy_fixup_core_id()
412 c->x86_max_cores /= smp_num_siblings; in amd_get_topology()
421 c->x86_coreid_bits = get_count_order(c->x86_max_cores); in amd_get_topology()
527 c->x86_max_cores = (ecx & 0xff) + 1; in early_init_amd_mc()
534 while ((1 << bits) < c->x86_max_cores) in early_init_amd_mc()
H A Dtopology.c164 c->x86_max_cores = (core_level_siblings / smp_num_siblings); in detect_extended_topology()
H A Dcommon.c815 c->x86_max_cores = 1; in detect_num_cpu_cores()
821 c->x86_max_cores = (eax >> 26) + 1; in detect_num_cpu_cores()
919 smp_num_siblings = smp_num_siblings / c->x86_max_cores; in detect_ht()
923 core_bits = get_count_order(c->x86_max_cores); in detect_ht()
1873 c->x86_max_cores = 1; in identify_cpu()
H A Dcacheinfo.c304 eax->split.num_cores_on_die = __this_cpu_read(cpu_info.x86_max_cores) - 1; in amd_cpuid4()
/openbmc/linux/arch/x86/xen/
H A Dsmp_pv.c76 cpu_data(cpu).x86_max_cores = 1; in cpu_bringup()
227 cpu_data(0).x86_max_cores = 1; in xen_pv_smp_prepare_cpus()
/openbmc/linux/Documentation/arch/x86/
H A Dtopology.rst50 - cpuinfo_x86.x86_max_cores:
108 threads_per_package = cpuinfo_x86.x86_max_cores * smp_num_siblings
/openbmc/linux/arch/x86/events/intel/
H A Duncore_snb.c367 if (snb_uncore_cbox.num_boxes > boot_cpu_data.x86_max_cores) in snb_uncore_cpu_init()
368 snb_uncore_cbox.num_boxes = boot_cpu_data.x86_max_cores; in snb_uncore_cpu_init()
431 if (skl_uncore_cbox.num_boxes > boot_cpu_data.x86_max_cores) in skl_uncore_cpu_init()
432 skl_uncore_cbox.num_boxes = boot_cpu_data.x86_max_cores; in skl_uncore_cpu_init()
H A Duncore_snbep.c1177 if (snbep_uncore_cbox.num_boxes > boot_cpu_data.x86_max_cores) in snbep_uncore_cpu_init()
1178 snbep_uncore_cbox.num_boxes = boot_cpu_data.x86_max_cores; in snbep_uncore_cpu_init()
1842 if (ivbep_uncore_cbox.num_boxes > boot_cpu_data.x86_max_cores) in ivbep_uncore_cpu_init()
1843 ivbep_uncore_cbox.num_boxes = boot_cpu_data.x86_max_cores; in ivbep_uncore_cpu_init()
2914 if (hswep_uncore_cbox.num_boxes > boot_cpu_data.x86_max_cores) in hswep_uncore_cpu_init()
2915 hswep_uncore_cbox.num_boxes = boot_cpu_data.x86_max_cores; in hswep_uncore_cpu_init()
3277 if (bdx_uncore_cbox.num_boxes > boot_cpu_data.x86_max_cores) in bdx_uncore_cpu_init()
3278 bdx_uncore_cbox.num_boxes = boot_cpu_data.x86_max_cores; in bdx_uncore_cpu_init()
H A 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()
/openbmc/linux/drivers/hwmon/
H A Dfam15h_power.c213 cu_num = boot_cpu_data.x86_max_cores; in power1_average_show()
/openbmc/linux/arch/x86/include/asm/
H A Dprocessor.h127 u16 x86_max_cores; member
/openbmc/linux/arch/x86/kernel/cpu/mce/
H A Dinject.c436 cores_per_node = (c->x86_max_cores * smp_num_siblings) / amd_get_nodes_per_socket(); in get_nbc_for_node()
/openbmc/linux/arch/x86/kernel/cpu/microcode/
H A Dintel.c888 do_div(llc_size, c->x86_max_cores); in calc_llc_size_per_core()
/openbmc/linux/arch/x86/kernel/
H A Dsmpboot.c665 bool has_mp = has_smt || boot_cpu_data.x86_max_cores > 1; in set_cpu_sibling_map()
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dvangogh_ppt.c479 smu->cpu_core_num = boot_cpu_data.x86_max_cores; in vangogh_init_smc_tables()