Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/
A Dhygon.c79 c->x86_max_cores /= smp_num_siblings; in hygon_get_topology()
87 c->x86_coreid_bits = get_count_order(c->x86_max_cores); in hygon_get_topology()
186 c->x86_max_cores = (ecx & 0xff) + 1; in early_init_hygon_mc()
193 while ((1 << bits) < c->x86_max_cores) in early_init_hygon_mc()
A Damd.c320 cus_per_node = c->x86_max_cores / nodes_per_socket; in legacy_fixup_core_id()
350 c->x86_max_cores /= smp_num_siblings; in amd_get_topology()
359 c->x86_coreid_bits = get_count_order(c->x86_max_cores); in amd_get_topology()
494 c->x86_max_cores = (ecx & 0xff) + 1; in early_init_amd_mc()
501 while ((1 << bits) < c->x86_max_cores) in early_init_amd_mc()
A Dtopology.c157 c->x86_max_cores = (core_level_siblings / smp_num_siblings); in detect_extended_topology()
A Dcommon.c685 c->x86_max_cores = 1; in detect_num_cpu_cores()
691 c->x86_max_cores = (eax >> 26) + 1; in detect_num_cpu_cores()
789 smp_num_siblings = smp_num_siblings / c->x86_max_cores; in detect_ht()
793 core_bits = get_count_order(c->x86_max_cores); in detect_ht()
1551 c->x86_max_cores = 1; in identify_cpu()
A Dcacheinfo.c289 eax->split.num_cores_on_die = __this_cpu_read(cpu_info.x86_max_cores) - 1; in amd_cpuid4()
/linux/arch/x86/xen/
A Dsmp_pv.c75 cpu_data(cpu).x86_max_cores = 1; in cpu_bringup()
242 cpu_data(0).x86_max_cores = 1; in xen_pv_smp_prepare_cpus()
/linux/arch/x86/events/intel/
A Duncore_snb.c275 if (snb_uncore_cbox.num_boxes > boot_cpu_data.x86_max_cores) in snb_uncore_cpu_init()
276 snb_uncore_cbox.num_boxes = boot_cpu_data.x86_max_cores; in snb_uncore_cpu_init()
339 if (skl_uncore_cbox.num_boxes > boot_cpu_data.x86_max_cores) in skl_uncore_cpu_init()
340 skl_uncore_cbox.num_boxes = boot_cpu_data.x86_max_cores; in skl_uncore_cpu_init()
A Duncore_snbep.c1173 if (snbep_uncore_cbox.num_boxes > boot_cpu_data.x86_max_cores) in snbep_uncore_cpu_init()
1174 snbep_uncore_cbox.num_boxes = boot_cpu_data.x86_max_cores; in snbep_uncore_cpu_init()
1831 if (ivbep_uncore_cbox.num_boxes > boot_cpu_data.x86_max_cores) in ivbep_uncore_cpu_init()
1832 ivbep_uncore_cbox.num_boxes = boot_cpu_data.x86_max_cores; in ivbep_uncore_cpu_init()
2902 if (hswep_uncore_cbox.num_boxes > boot_cpu_data.x86_max_cores) in hswep_uncore_cpu_init()
2903 hswep_uncore_cbox.num_boxes = boot_cpu_data.x86_max_cores; in hswep_uncore_cpu_init()
3265 if (bdx_uncore_cbox.num_boxes > boot_cpu_data.x86_max_cores) in bdx_uncore_cpu_init()
3266 bdx_uncore_cbox.num_boxes = boot_cpu_data.x86_max_cores; in bdx_uncore_cpu_init()
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()
/linux/Documentation/x86/
A Dtopology.rst50 - cpuinfo_x86.x86_max_cores:
108 threads_per_package = cpuinfo_x86.x86_max_cores * smp_num_siblings
/linux/drivers/hwmon/
A Dfam15h_power.c213 cu_num = boot_cpu_data.x86_max_cores; in power1_average_show()
/linux/arch/x86/include/asm/
A Dprocessor.h123 u16 x86_max_cores; member
/linux/arch/x86/kernel/cpu/mce/
A Dinject.c420 cores_per_node = (c->x86_max_cores * smp_num_siblings) / amd_get_nodes_per_socket(); in get_nbc_for_node()
/linux/arch/x86/kernel/cpu/microcode/
A Dintel.c991 do_div(llc_size, c->x86_max_cores); in calc_llc_size_per_core()
/linux/arch/x86/kernel/
A Dsmpboot.c617 bool has_mp = has_smt || boot_cpu_data.x86_max_cores > 1; in set_cpu_sibling_map()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/
A Dvangogh_ppt.c468 smu->cpu_core_num = boot_cpu_data.x86_max_cores; in vangogh_init_smc_tables()

Completed in 42 milliseconds