Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/cpu/
Damd.c312 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()
471 c->x86_max_cores = (ecx & 0xff) + 1; in early_init_amd_mc()
478 while ((1 << bits) < c->x86_max_cores) in early_init_amd_mc()
Dtopology.c100 c->x86_max_cores = (core_level_siblings / smp_num_siblings); in detect_extended_topology()
Dcommon.c594 c->x86_max_cores = 1; in detect_num_cpu_cores()
600 c->x86_max_cores = (eax >> 26) + 1; in detect_num_cpu_cores()
698 smp_num_siblings = smp_num_siblings / c->x86_max_cores; in detect_ht()
702 core_bits = get_count_order(c->x86_max_cores); in detect_ht()
1303 c->x86_max_cores = 1; in identify_cpu()
Dcacheinfo.c287 eax->split.num_cores_on_die = __this_cpu_read(cpu_info.x86_max_cores) - 1; in amd_cpuid4()
/Linux-v4.19/arch/x86/events/intel/
Duncore_snb.c195 if (snb_uncore_cbox.num_boxes > boot_cpu_data.x86_max_cores) in snb_uncore_cpu_init()
196 snb_uncore_cbox.num_boxes = boot_cpu_data.x86_max_cores; in snb_uncore_cpu_init()
255 if (skl_uncore_cbox.num_boxes > boot_cpu_data.x86_max_cores) in skl_uncore_cpu_init()
256 skl_uncore_cbox.num_boxes = boot_cpu_data.x86_max_cores; in skl_uncore_cpu_init()
Duncore_snbep.c1024 if (snbep_uncore_cbox.num_boxes > boot_cpu_data.x86_max_cores) in snbep_uncore_cpu_init()
1025 snbep_uncore_cbox.num_boxes = boot_cpu_data.x86_max_cores; in snbep_uncore_cpu_init()
1638 if (ivbep_uncore_cbox.num_boxes > boot_cpu_data.x86_max_cores) in ivbep_uncore_cpu_init()
1639 ivbep_uncore_cbox.num_boxes = boot_cpu_data.x86_max_cores; in ivbep_uncore_cpu_init()
2692 if (hswep_uncore_cbox.num_boxes > boot_cpu_data.x86_max_cores) in hswep_uncore_cpu_init()
2693 hswep_uncore_cbox.num_boxes = boot_cpu_data.x86_max_cores; in hswep_uncore_cpu_init()
3066 if (bdx_uncore_cbox.num_boxes > boot_cpu_data.x86_max_cores) in bdx_uncore_cpu_init()
3067 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()
/Linux-v4.19/arch/x86/xen/
Dsmp_pv.c71 cpu_data(cpu).x86_max_cores = 1; in cpu_bringup()
247 cpu_data(0).x86_max_cores = 1; in xen_pv_smp_prepare_cpus()
/Linux-v4.19/Documentation/x86/
Dtopology.txt45 - cpuinfo_x86.x86_max_cores:
91 threads_per_package = cpuinfo_x86.x86_max_cores * smp_num_siblings
/Linux-v4.19/drivers/hwmon/
Dfam15h_power.c229 cu_num = boot_cpu_data.x86_max_cores; in power1_average_show()
/Linux-v4.19/arch/x86/include/asm/
Dprocessor.h120 u16 x86_max_cores; member
/Linux-v4.19/arch/x86/kernel/cpu/mcheck/
Dmce-inject.c423 cores_per_node = (c->x86_max_cores * smp_num_siblings) / amd_get_nodes_per_socket(); in get_nbc_for_node()
/Linux-v4.19/arch/x86/kernel/cpu/microcode/
Dintel.c1029 do_div(llc_size, c->x86_max_cores); in calc_llc_size_per_core()
/Linux-v4.19/arch/x86/kernel/
Dsmpboot.c520 bool has_mp = has_smt || boot_cpu_data.x86_max_cores > 1; in set_cpu_sibling_map()