apic_nextshift    578 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c     unsigned level, apic_nextshift, apic_number, apic_type, apic_id = 0, apic_shift = 0, id;
apic_nextshift    596 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c 	apic_nextshift = eax & 0x1f;
apic_nextshift    600 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c 	id = (apic_id >> apic_shift) & ((1 << (apic_nextshift - apic_shift)) - 1);
apic_nextshift    601 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c 	hwloc_debug("x2APIC %08x %u: nextshift %u num %2u type %u id %2u\n", apic_id, level, apic_nextshift, apic_number, apic_type, id);
apic_nextshift    618 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c 	apic_shift = apic_nextshift;