Home
last modified time | relevance | path

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

/kvm-unit-tests/x86/
H A Dvmx.h432 VMX_APIC_WRITE = 56, enumerator
H A Dvmx_tests.c5657 expectation->wr_exit_reason = VMX_APIC_WRITE; in apic_reg_virt_exit_expectation()
5973 (exit_reason_want == VMX_APIC_WRITE || in test_xapic_wr()
6009 } else if (exit_reason_want == VMX_APIC_WRITE) { in test_xapic_wr()
6393 expectation->wr_exit_reason = VMX_APIC_WRITE; in virt_x2apic_mode_wr_expectation()
6802 } else if (exit_reason_want == VMX_APIC_WRITE) { in test_x2apic_wr()
H A Dvmx.c636 [VMX_APIC_WRITE] = "VMX_APIC_WRITE",