Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dcommon.h95 error_code |= (exit_qualification & EPT_VIOLATION_ACC_INSTR) in __vmx_handle_ept_violation()
H A Dtdx.c1965 if (KVM_BUG_ON(exit_qual & EPT_VIOLATION_ACC_INSTR, vcpu->kvm)) in tdx_handle_ept_violation()
/linux/arch/x86/include/asm/
H A Dvmx.h586 #define EPT_VIOLATION_ACC_INSTR BIT(2) macro
/linux/arch/x86/kvm/mmu/
H A Dpaging_tmpl.h507 walker->fault.exit_qualification |= EPT_VIOLATION_ACC_INSTR; in FNAME()