Searched refs:apic_id (Results 1 – 3 of 3) sorted by relevance
| /tools/testing/selftests/kvm/x86/ |
| A D | xapic_state_test.c | 147 uint32_t apic_id, expected; in __test_apic_id() local 155 apic_id = *((u32 *)&xapic.regs[APIC_ID]); in __test_apic_id() 157 TEST_ASSERT(apic_id == expected, in __test_apic_id() 160 expected, apic_id); in __test_apic_id()
|
| A D | fix_hypercall_test.c | 33 static uint64_t do_sched_yield(uint8_t apic_id) in do_sched_yield() argument 40 : "a"((uint64_t)KVM_HC_SCHED_YIELD), "b"((uint64_t)apic_id) in do_sched_yield()
|
| /tools/power/x86/turbostat/ |
| A D | turbostat.c | 2007 unsigned int apic_id; member 3240 outp += sprintf(outp, "%s%d", (printed++ ? delim : ""), t->apic_id); in format_counters() 3846 new->apic_id = old->apic_id; in delta_thread() 4079 average.threads.apic_id = t->apic_id; in sum_counters() 4466 t->apic_id = (ebx >> 24) & 0xff; in get_apic_id() 4502 if (debug && (t->apic_id != (t->x2apic_id & 0xff))) in get_apic_id() 4503 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()
|
Completed in 22 milliseconds