Searched refs:lvlid (Results 1 – 1 of 1) sorted by relevance
204 static unsigned int topo_unit_count(u32 lvlid, enum x86_topology_domains at_level, in topo_unit_count() argument210 end = lvlid + (1U << x86_topo_system.dom_shifts[at_level]); in topo_unit_count()211 return bitmap_weight_from(map, lvlid, end); in topo_unit_count()307 unsigned int lvlid = topo_apicid(apicid, at_level); in topology_get_logical_id() local309 if (lvlid >= MAX_LOCAL_APIC) in topology_get_logical_id()311 if (!test_bit(lvlid, apic_maps[at_level].map)) in topology_get_logical_id()314 return bitmap_weight(apic_maps[at_level].map, lvlid); in topology_get_logical_id()340 unsigned int lvlid = topo_apicid(apicid, at_level); in topology_unit_count() local342 if (lvlid >= MAX_LOCAL_APIC) in topology_unit_count()344 if (!test_bit(lvlid, apic_maps[at_level].map)) in topology_unit_count()[all …]