Home
last modified time | relevance | path

Searched refs:APIC_ICR2 (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/kvm/x86/
H A Dxapic_state_test.c29 xapic_write_reg(APIC_ICR2, val >> 32); in xapic_guest_code()
82 (u64)(*((u32 *)&xapic.regs[APIC_ICR2])) << 32; in ____test_icr()
H A Dvmx_apicv_updates_test.c75 xapic_write_reg(APIC_ICR2, 0xdeadbeefu); in l1_guest_code()
H A Dxapic_tpr_test.c67 xapic_write_reg(APIC_ICR2, icr2); in tpr_guest_irq_queue()
H A Dxapic_ipi_test.c163 xapic_write_reg(APIC_ICR2, icr2_val); in sender_guest_code()
/linux/tools/testing/selftests/kvm/include/x86/
H A Dapic.h63 #define APIC_ICR2 0x310 macro