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

/linux-master/arch/x86/include/asm/
H A Dvmx.h566 #define EPT_VIOLATION_ACC_WRITE (1 << EPT_VIOLATION_ACC_WRITE_BIT) macro
/linux-master/arch/x86/kvm/mmu/
H A Dpaging_tmpl.h503 vcpu->arch.exit_qualification |= EPT_VIOLATION_ACC_WRITE;
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.c5761 error_code |= (exit_qualification & EPT_VIOLATION_ACC_WRITE)
5779 * EPT_VIOLATION_ACC_WRITE bit is set. Alternatively, if supported we

Completed in 134 milliseconds