Home
last modified time | relevance | path

Searched refs:x2apic_id (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/kernel/cpu/
H A Dtopology_ext.c63 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/kvm/
H A Dlapic.c236 u32 x2apic_id = kvm_x2apic_id(apic); in kvm_recalculate_phys_map() local
254 if (x2apic_id > new->max_apic_id) in kvm_recalculate_phys_map()
282 if (apic_x2apic_mode(apic) || x2apic_id > 0xff) in kvm_recalculate_phys_map()
283 new->phys_map[x2apic_id] = apic; in kvm_recalculate_phys_map()
294 physical_id = x2apic_id; in kvm_recalculate_phys_map()
2967 u32 x2apic_id = kvm_x2apic_id(vcpu->arch.apic); in kvm_apic_state_fixup() local
2973 if (*id != x2apic_id) in kvm_apic_state_fixup()
2986 *id = x2apic_id; in kvm_apic_state_fixup()
2988 *id = x2apic_id << 24; in kvm_apic_state_fixup()
2997 *ldr = kvm_apic_calc_x2apic_ldr(x2apic_id); in kvm_apic_state_fixup()
/linux/tools/power/x86/turbostat/
H A Dturbostat.c1587 unsigned int x2apic_id; member
2706 outp += sprintf(outp, "%s%d", (printed++ ? delim : ""), t->x2apic_id); in format_counters()
3285 new->x2apic_id = old->x2apic_id; in delta_thread()
3511 average.threads.x2apic_id = t->x2apic_id; in sum_counters()
3915 t->x2apic_id = eax; in get_apic_id()
3927 t->x2apic_id = edx; in get_apic_id()
3929 if (debug && (t->apic_id != (t->x2apic_id & 0xff))) in get_apic_id()
3930 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 Dcpuid.csv334 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