Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/uapi/asm/
Dvmx.h67 #define EXIT_REASON_EPT_VIOLATION 48 macro
114 { EXIT_REASON_EPT_VIOLATION, "EPT_VIOLATION" }, \
/linux-4.1.27/arch/x86/kvm/
Dvmx.c5763 vcpu->run->hw.hardware_exit_reason = EXIT_REASON_EPT_VIOLATION; in handle_ept_violation()
7315 [EXIT_REASON_EPT_VIOLATION] = handle_ept_violation,
7596 case EXIT_REASON_EPT_VIOLATION: in nested_vmx_exit_handled()
7772 exit_reason != EXIT_REASON_EPT_VIOLATION && in vmx_handle_exit()
8601 exit_reason = EXIT_REASON_EPT_VIOLATION; in nested_ept_inject_page_fault()