Home
last modified time | relevance | path

Searched refs:EXIT_REASON_EXCEPTION_NMI (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/tools/arch/x86/include/uapi/asm/
H A Dvmx.h32 #define EXIT_REASON_EXCEPTION_NMI 0 macro
97 { EXIT_REASON_EXCEPTION_NMI, "EXCEPTION_NMI" }, \
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dvmx.h32 #define EXIT_REASON_EXCEPTION_NMI 0 macro
97 { EXIT_REASON_EXCEPTION_NMI, "EXCEPTION_NMI" }, \
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dnested_exceptions_test.c124 GUEST_ASSERT_EQ(vmreadz(VM_EXIT_REASON), EXIT_REASON_EXCEPTION_NMI); in vmx_run_l2()
H A Dhyperv_evmcs.c126 GUEST_ASSERT_EQ(vmreadz(VM_EXIT_REASON), EXIT_REASON_EXCEPTION_NMI); in guest_code()
/openbmc/linux/arch/x86/kvm/vmx/
H A Dnested.c3753 ((u16)vm_exit_reason == EXIT_REASON_EXCEPTION_NMI && in vmcs12_save_pending_event()
3905 nested_vmx_vmexit(vcpu, EXIT_REASON_EXCEPTION_NMI, intr_info, exit_qual); in nested_vmx_inject_exception_vmexit()
4201 nested_vmx_vmexit(vcpu, EXIT_REASON_EXCEPTION_NMI, in vmx_check_nested_events()
6189 case EXIT_REASON_EXCEPTION_NMI: in nested_vmx_l0_wants_exit()
6266 case EXIT_REASON_EXCEPTION_NMI: in nested_vmx_l1_wants_exit()
H A Dvmx.c6096 [EXIT_REASON_EXCEPTION_NMI] = handle_exception_nmi,
6517 (exit_reason.basic != EXIT_REASON_EXCEPTION_NMI && in __vmx_handle_exit()
7003 else if (vmx->exit_reason.basic == EXIT_REASON_EXCEPTION_NMI) in vmx_handle_exit_irqoff()
7281 if ((u16)vmx->exit_reason.basic == EXIT_REASON_EXCEPTION_NMI && in vmx_vcpu_enter_exit()