Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86/
H A Dflds_emulation.h29 TEST_ASSERT(run->emulation_failure.suberror == KVM_INTERNAL_ERROR_EMULATION, in handle_flds_emulation_failure_exit()
H A Dvmx_exception_with_invalid_guest_state.c30 TEST_ASSERT(run->emulation_failure.suberror == KVM_INTERNAL_ERROR_EMULATION, in __run_vcpu_with_invalid_state()
H A Dvmx_apic_access_test.c98 KVM_INTERNAL_ERROR_EMULATION, in main()
99 "Got internal suberror other than KVM_INTERNAL_ERROR_EMULATION: %u", in main()
H A Dsvm_nested_vmcb12_gpa.c95 TEST_ASSERT_EQ(vcpu->run->emulation_failure.suberror, KVM_INTERNAL_ERROR_EMULATION); in test_unmappable_vmcb12()
/linux/tools/include/uapi/linux/
H A Dkvm.h199 #define KVM_INTERNAL_ERROR_EMULATION 1 macro