Home
last modified time | relevance | path

Searched refs:GET_APIC_ID_FIELD (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dapic.h29 #define GET_APIC_ID_FIELD(x) (((x) >> 24) & 0xFF) macro
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dfix_hypercall_test.c65 ret = do_sched_yield(GET_APIC_ID_FIELD(xapic_read_reg(APIC_ID))); in guest_main()
H A Dxapic_ipi_test.c96 data->halter_apic_id = GET_APIC_ID_FIELD(xapic_read_reg(APIC_ID)); in halter_guest_code()