Home
last modified time | relevance | path

Searched refs:at_level (Results 1 – 3 of 3) sorted by relevance

/arch/x86/kernel/cpu/
A Dtopology.c214 end = lvlid + (1U << x86_topo_system.dom_shifts[at_level]); in topo_unit_count()
326 int topology_get_logical_id(u32 apicid, enum x86_topology_domains at_level) in topology_get_logical_id() argument
329 unsigned int lvlid = topo_apicid(apicid, at_level); in topology_get_logical_id()
333 if (!test_bit(lvlid, apic_maps[at_level].map)) in topology_get_logical_id()
336 return bitmap_weight(apic_maps[at_level].map, lvlid); in topology_get_logical_id()
359 enum x86_topology_domains at_level) in topology_unit_count() argument
362 unsigned int lvlid = topo_apicid(apicid, at_level); in topology_unit_count()
366 if (!test_bit(lvlid, apic_maps[at_level].map)) in topology_unit_count()
368 if (which_units > at_level) in topology_unit_count()
370 if (which_units == at_level) in topology_unit_count()
[all …]
A Dtopology.h58 enum x86_topology_domains at_level);
61 enum x86_topology_domains at_level) in topology_unit_count() argument
/arch/x86/include/asm/
A Dtopology.h183 int topology_get_logical_id(u32 apicid, enum x86_topology_domains at_level);
185 static inline int topology_get_logical_id(u32 apicid, enum x86_topology_domains at_level) in topology_get_logical_id() argument

Completed in 8 milliseconds