Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86/
H A Dxapic_state_test.c26 u64 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 u64 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()
/linux/tools/testing/selftests/kvm/include/x86/
H A Dapic.h38 #define APIC_IRR 0x200 macro
/linux/arch/x86/kernel/apic/
H A Dvector.c1249 print_APIC_field(APIC_IRR); in print_local_APIC()