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

/linux-master/arch/x86/kernel/cpu/
H A Dtopology.c160 static unsigned int topo_unit_count(u32 lvlid, enum x86_topology_domains at_level, argument
166 end = lvlid + (1U << x86_topo_system.dom_shifts[at_level]);
267 * @at_level: The topology domain level to use
270 * all bits below the domain level specified by @at_level to be clear. So both
278 int topology_get_logical_id(u32 apicid, enum x86_topology_domains at_level) argument
280 /* Remove the bits below @at_level to get the proper level ID of @apicid */
281 unsigned int lvlid = topo_apicid(apicid, at_level);
285 if (!test_bit(lvlid, apic_maps[at_level].map))
288 return bitmap_weight(apic_maps[at_level].map, lvlid);
296 * @at_level
310 topology_unit_count(u32 apicid, enum x86_topology_domains which_units, enum x86_topology_domains at_level) argument
[all...]
H A Dtopology.h58 enum x86_topology_domains at_level);
61 enum x86_topology_domains at_level)
60 topology_unit_count(u32 apicid, enum x86_topology_domains which_units, enum x86_topology_domains at_level) argument
/linux-master/arch/x86/include/asm/
H A Dtopology.h173 int topology_get_logical_id(u32 apicid, enum x86_topology_domains at_level);
175 static inline int topology_get_logical_id(u32 apicid, enum x86_topology_domains at_level) argument

Completed in 126 milliseconds