Searched refs:x2apic_id (Results 1 – 4 of 4) sorted by relevance
/linux/arch/x86/kernel/cpu/ |
H A D | topology_ext.c | 63 u32 x2apic_id : 32; // X2APIC ID of the current logical processor in topo_subleaf() member 94 tscan->c->topo.initial_apicid = sl.x2apic_id; in topo_subleaf() 95 } else if (tscan->c->topo.initial_apicid != sl.x2apic_id) { in topo_subleaf() 97 leaf, subleaf, tscan->c->topo.initial_apicid, sl.x2apic_id); in topo_subleaf()
|
/linux/arch/x86/kernel/apic/ |
H A D | apic.c | 1783 u32 x2apic_id; in x2apic_disable() local 1788 x2apic_id = read_apic_id(); in x2apic_disable() 1789 if (x2apic_id >= 255) in x2apic_disable() 1790 panic("Cannot disable x2apic, id: %08x\n", x2apic_id); in x2apic_disable() 1793 pr_warn("Cannot disable locked x2apic, id: %08x\n", x2apic_id); in x2apic_disable()
|
/linux/tools/power/x86/turbostat/ |
H A D | turbostat.c | 1617 unsigned int x2apic_id; member 2765 outp += sprintf(outp, "%s%d", (printed++ ? delim : ""), t->x2apic_id); in format_counters() 3348 new->x2apic_id = old->x2apic_id; in delta_thread() 3579 average.threads.x2apic_id = t->x2apic_id; in sum_counters() 3983 t->x2apic_id = eax; in get_apic_id() 3995 t->x2apic_id = edx; in get_apic_id() 3997 if (debug && (t->apic_id != (t->x2apic_id & 0xff))) in get_apic_id() 3998 fprintf(outf, "cpu%d: BIOS BUG: apic 0x%x x2apic 0x%x\n", t->cpu_id, t->apic_id, t->x2apic_id); in get_apic_id()
|
/linux/tools/arch/x86/kcpuid/ |
H A D | cpuid.csv | 334 0xb, 1:0, edx, 31:0, x2apic_id , x2APIC ID of current logical CPU 580 0x1f, 5:0, edx, 31:0, x2apic_id , x2APIC ID of current logical CPU 1053 0x80000026, 3:0, edx, 31:0, x2apic_id , x2APIC ID of current logical CPU
|