Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/uapi/asm/
Dvmx.h30 #define EXIT_REASON_EXCEPTION_NMI 0 macro
84 { EXIT_REASON_EXCEPTION_NMI, "EXCEPTION_NMI" }, \
/linux-4.4.14/arch/x86/kvm/
Dvmx.c7483 [EXIT_REASON_EXCEPTION_NMI] = handle_exception,
7724 case EXIT_REASON_EXCEPTION_NMI: in nested_vmx_exit_handled()
8126 (exit_reason != EXIT_REASON_EXCEPTION_NMI && in vmx_handle_exit()
8314 || vmx->exit_reason == EXIT_REASON_EXCEPTION_NMI)) in vmx_complete_atomic_exit()
10085 nested_vmx_vmexit(vcpu, EXIT_REASON_EXCEPTION_NMI, in vmx_check_nested_events()