Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dvmx.h567 #define EPT_VIOLATION_RWX_MASK (VMX_EPT_RWX_MASK << EPT_VIOLATION_RWX_SHIFT) macro
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c5778 error_code |= (exit_qualification & EPT_VIOLATION_RWX_MASK) in handle_ept_violation()