Searched refs:topology_unit_count (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/arch/x86/kernel/cpu/ |
D | topology.h | 57 unsigned int topology_unit_count(u32 apicid, enum x86_topology_domains which_units, 60 static inline unsigned int topology_unit_count(u32 apicid, enum x86_topology_domains which_units, in topology_unit_count() function
|
D | topology.c | 357 unsigned int topology_unit_count(u32 apicid, enum x86_topology_domains which_units, in topology_unit_count() function 518 __num_cores_per_package = topology_unit_count(firstid, TOPO_CORE_DOMAIN, TOPO_PKG_DOMAIN); in topology_init_possible_cpus() 520 __num_threads_per_package = topology_unit_count(firstid, TOPO_SMT_DOMAIN, TOPO_PKG_DOMAIN); in topology_init_possible_cpus()
|