Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dvmx.h280 #define EXIT_REASON_EPT_VIOLATION 48 macro
/arch/x86/kvm/
Dtrace.h219 { EXIT_REASON_EPT_VIOLATION, "EPT_VIOLATION" }, \
Dvmx.c4752 vcpu->run->hw.hardware_exit_reason = EXIT_REASON_EPT_VIOLATION; in handle_ept_violation()
5597 [EXIT_REASON_EPT_VIOLATION] = handle_ept_violation,
5818 case EXIT_REASON_EPT_VIOLATION: in nested_vmx_exit_handled()
5885 exit_reason != EXIT_REASON_EPT_VIOLATION && in vmx_handle_exit()