Home
last modified time | relevance | path

Searched refs:APIC_IRR (Results 1 – 2 of 2) sorted by relevance

/tools/testing/selftests/kvm/x86/
A Dxapic_state_test.c26 uint64_t val = (u64)xapic_read_reg(APIC_IRR) | in xapic_guest_code()
27 (u64)xapic_read_reg(APIC_IRR + 0x10) << 32; in xapic_guest_code()
46 uint64_t val = x2apic_read_reg(APIC_IRR) | in x2apic_guest_code()
47 x2apic_read_reg(APIC_IRR + 0x10) << 32; in x2apic_guest_code()
72 *((u32 *)&xapic.regs[APIC_IRR]) = val; in ____test_icr()
73 *((u32 *)&xapic.regs[APIC_IRR + 0x10]) = val >> 32; in ____test_icr()
/tools/testing/selftests/kvm/include/x86/
A Dapic.h35 #define APIC_IRR 0x200 macro

Completed in 5 milliseconds