Home
last modified time | relevance | path

Searched refs:topology_num_cores_per_package (Results 1 – 11 of 11) sorted by relevance

/linux-6.14.4/arch/x86/include/asm/
Dtopology.h172 static inline unsigned int topology_num_cores_per_package(void) in topology_num_cores_per_package() function
/linux-6.14.4/arch/x86/events/intel/
Duncore_snb.c368 if (snb_uncore_cbox.num_boxes > topology_num_cores_per_package()) in snb_uncore_cpu_init()
369 snb_uncore_cbox.num_boxes = topology_num_cores_per_package(); in snb_uncore_cpu_init()
432 if (skl_uncore_cbox.num_boxes > topology_num_cores_per_package()) in skl_uncore_cpu_init()
433 skl_uncore_cbox.num_boxes = topology_num_cores_per_package(); in skl_uncore_cpu_init()
Duncore_nhmex.c1225 if (nhmex_uncore_cbox.num_boxes > topology_num_cores_per_package()) in nhmex_uncore_cpu_init()
1226 nhmex_uncore_cbox.num_boxes = topology_num_cores_per_package(); in nhmex_uncore_cpu_init()
Duncore_snbep.c1178 if (snbep_uncore_cbox.num_boxes > topology_num_cores_per_package()) in snbep_uncore_cpu_init()
1179 snbep_uncore_cbox.num_boxes = topology_num_cores_per_package(); in snbep_uncore_cpu_init()
1851 if (ivbep_uncore_cbox.num_boxes > topology_num_cores_per_package()) in ivbep_uncore_cpu_init()
1852 ivbep_uncore_cbox.num_boxes = topology_num_cores_per_package(); in ivbep_uncore_cpu_init()
2923 if (hswep_uncore_cbox.num_boxes > topology_num_cores_per_package()) in hswep_uncore_cpu_init()
2924 hswep_uncore_cbox.num_boxes = topology_num_cores_per_package(); in hswep_uncore_cpu_init()
3286 if (bdx_uncore_cbox.num_boxes > topology_num_cores_per_package()) in bdx_uncore_cpu_init()
3287 bdx_uncore_cbox.num_boxes = topology_num_cores_per_package(); in bdx_uncore_cpu_init()
/linux-6.14.4/drivers/hwmon/
Dfam15h_power.c212 cu_num = topology_num_cores_per_package(); in power1_average_show()
/linux-6.14.4/arch/x86/kernel/cpu/microcode/
Dintel.c637 do_div(llc_size, topology_num_cores_per_package()); in calc_llc_size_per_core()
/linux-6.14.4/Documentation/arch/x86/
Dtopology.rst54 - topology_num_cores_per_package()
/linux-6.14.4/arch/x86/kernel/
Dsmpboot.c543 bool has_mp = has_smt || topology_num_cores_per_package() > 1; in set_cpu_sibling_map()
/linux-6.14.4/arch/x86/events/
Drapl.c741 nr_rapl_pmu *= topology_num_cores_per_package(); in init_rapl_pmus()
/linux-6.14.4/arch/x86/kernel/cpu/
Dcacheinfo.c302 eax->split.num_cores_on_die = topology_num_cores_per_package(); in amd_cpuid4()
/linux-6.14.4/drivers/gpu/drm/amd/pm/swsmu/smu11/
Dvangogh_ppt.c456 smu->cpu_core_num = topology_num_cores_per_package(); in vangogh_init_smc_tables()