Searched refs:topology_unit_count (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/x86/kernel/cpu/
H A Dtopology.h57 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, function
H A Dtopology.c293 * topology_unit_count - Retrieve the count of specified units at a given topology domain level
310 unsigned int topology_unit_count(u32 apicid, enum x86_topology_domains which_units, function
471 __num_cores_per_package = topology_unit_count(firstid, TOPO_CORE_DOMAIN, TOPO_PKG_DOMAIN);
473 __num_threads_per_package = topology_unit_count(firstid, TOPO_SMT_DOMAIN, TOPO_PKG_DOMAIN);

Completed in 123 milliseconds