Searched refs:apic_id (Results 1 – 1 of 1) sorted by relevance
515 unsigned apic_id = regs[1] >> 24; in get_cpu_topology() local532 unsigned local_core_id = apic_id & (core_count - 1); in get_cpu_topology()533 unsigned phys_id = (apic_id & ~(core_count - 1)) >> util_logbase2(core_count); in get_cpu_topology()