Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/uapi/asm/
Dvmx.h68 #define EXIT_REASON_EPT_VIOLATION 48 macro
117 { EXIT_REASON_EPT_VIOLATION, "EPT_VIOLATION" }, \
/linux-4.4.14/arch/x86/kvm/
Dvmx.c5895 vcpu->run->hw.hardware_exit_reason = EXIT_REASON_EPT_VIOLATION; in handle_ept_violation()
7516 [EXIT_REASON_EPT_VIOLATION] = handle_ept_violation,
7801 case EXIT_REASON_EPT_VIOLATION: in nested_vmx_exit_handled()
8127 exit_reason != EXIT_REASON_EPT_VIOLATION && in vmx_handle_exit()
8998 exit_reason = EXIT_REASON_EPT_VIOLATION; in nested_ept_inject_page_fault()