Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
A Dtopology.h162 static inline unsigned int topology_num_cores_per_package(void) in topology_num_cores_per_package() function
/linux/arch/x86/events/intel/
A 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()
A 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()
A 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/drivers/hwmon/
A Dfam15h_power.c212 cu_num = topology_num_cores_per_package(); in power1_average_show()
/linux/arch/x86/kernel/cpu/microcode/
A Dintel.c643 do_div(llc_size, topology_num_cores_per_package()); in calc_llc_size_per_core()
/linux/Documentation/arch/x86/
A Dtopology.rst54 - topology_num_cores_per_package()
/linux/arch/x86/kernel/
A Dsmpboot.c556 bool has_mp = has_smt || topology_num_cores_per_package() > 1; in set_cpu_sibling_map()
/linux/arch/x86/kernel/cpu/
A Dcacheinfo.c304 eax->split.num_cores_on_die = topology_num_cores_per_package(); in amd_cpuid4()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/
A Dvangogh_ppt.c456 smu->cpu_core_num = topology_num_cores_per_package(); in vangogh_init_smc_tables()

Completed in 43 milliseconds