Home
last modified time | relevance | path

Searched refs:which_units (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/arch/x86/kernel/cpu/
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, in topology_unit_count() argument
Dtopology.c357 unsigned int topology_unit_count(u32 apicid, enum x86_topology_domains which_units, in topology_unit_count() argument
367 if (which_units > at_level) in topology_unit_count()
369 if (which_units == at_level) in topology_unit_count()
371 return topo_unit_count(lvlid, at_level, apic_maps[which_units].map); in topology_unit_count()