Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dvmx.h591 #define EPT_VIOLATION_ACC_INSTR (1 << EPT_VIOLATION_ACC_INSTR_BIT) macro
/linux/arch/x86/kvm/vmx/
H A Dvmx.c5817 error_code |= (exit_qualification & EPT_VIOLATION_ACC_INSTR) in handle_ept_violation()