Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dvmx.h556 #define EPT_VIOLATION_GVA_TRANSLATED (1 << EPT_VIOLATION_GVA_TRANSLATED_BIT) macro
/arch/x86/kvm/vmx/
Dvmx.c5409 error_code |= (exit_qualification & EPT_VIOLATION_GVA_TRANSLATED) != 0 ? in handle_ept_violation()