Searched refs:lvlid (Results 1 - 1 of 1) 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]);
169 for (id = find_next_bit(map, end, lvlid); id < end; id = find_next_bit(map, end, ++id))
281 unsigned int lvlid = topo_apicid(apicid, at_level); local
283 if (lvlid >= MAX_LOCAL_APIC)
285 if (!test_bit(lvlid, apic_maps[at_level].map))
287 /* Get the number of set bits before @lvlid. */
288 return bitmap_weight(apic_maps[at_level].map, lvlid);
314 unsigned int lvlid = topo_apicid(apicid, at_level); local
316 if (lvlid >
[all...]

Completed in 113 milliseconds