Lines Matching defs:apic_id
354 unsigned int apic_id;
1181 outp += sprintf(outp, "%s%d", (printed++ ? delim : ""), t->apic_id);
1546 new->apic_id = old->apic_id;
1722 /* copy un-changing apic_id's */
1724 average.threads.apic_id = t->apic_id;
2010 t->apic_id = (ebx >> 24) & 0xff;
2046 if (debug && (t->apic_id != (t->x2apic_id & 0xff)))
2047 fprintf(outf, "cpu%d: BIOS BUG: apic 0x%x x2apic 0x%x\n", t->cpu_id, t->apic_id, t->x2apic_id);