Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dvmx.h565 #define EPT_VIOLATION_ACC_WRITE (1 << EPT_VIOLATION_ACC_WRITE_BIT) macro
/openbmc/linux/arch/x86/kvm/mmu/
H A Dpaging_tmpl.h503 vcpu->arch.exit_qualification |= EPT_VIOLATION_ACC_WRITE; in FNAME()
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c5781 error_code |= (exit_qualification & EPT_VIOLATION_ACC_WRITE) in handle_ept_violation()