Home
last modified time | relevance | path

Searched refs:x2apic_write_reg (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dsvm_int_ctl_test.c29 x2apic_write_reg(APIC_EOI, 0x00); in intr_irq_handler()
42 x2apic_write_reg(APIC_ICR, in l2_guest_code()
H A Dsmm_test.c54 x2apic_write_reg(APIC_ICR, in self_smi()
H A Dsvm_nested_soft_inject_test.c112 x2apic_write_reg(APIC_ICR, APIC_DEST_SELF | APIC_INT_ASSERT | APIC_DM_NMI); in l1_guest_code()
H A Dxapic_state_test.c45 x2apic_write_reg(APIC_ICR, val); in x2apic_guest_code()
H A Ddebug_regs.c27 x2apic_write_reg(APIC_ICR, APIC_DEST_SELF | APIC_INT_ASSERT | in guest_code()
/openbmc/linux/tools/testing/selftests/kvm/lib/x86_64/
H A Dapic.c41 x2apic_write_reg(APIC_SPIV, in x2apic_enable()
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dapic.h88 static inline void x2apic_write_reg(unsigned int reg, uint64_t value) in x2apic_write_reg() function