Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/asm/
H A Dvmx.h589 #define EPT_VIOLATION_PROT_MASK (EPT_VIOLATION_PROT_READ | \ macro
/linux-6.15/arch/x86/kvm/vmx/
H A Dvmx.c5842 error_code |= (exit_qualification & EPT_VIOLATION_PROT_MASK) in handle_ept_violation()