Lines Matching defs:x2apic_id
355 unsigned int x2apic_id;
1183 outp += sprintf(outp, "%s%d", (printed++ ? delim : ""), t->x2apic_id);
1548 new->x2apic_id = old->x2apic_id;
1726 average.threads.x2apic_id = t->x2apic_id;
2032 t->x2apic_id = eax;
2044 t->x2apic_id = edx;
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);