Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dcommon.h101 if (exit_qualification & EPT_VIOLATION_GVA_IS_VALID) in __vmx_handle_ept_violation()
H A Dnested.c448 (EPT_VIOLATION_GVA_IS_VALID | in nested_ept_inject_page_fault()
/linux/arch/x86/include/asm/
H A Dvmx.h604 #define EPT_VIOLATION_GVA_IS_VALID BIT(7) macro