Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dkvm_host.h831 bool xfd_no_write_intercept; member
/linux/arch/x86/kvm/vmx/
H A Dvmx.c953 if (vcpu->arch.xfd_no_write_intercept) in vmx_update_exception_bitmap()
2336 vcpu->arch.xfd_no_write_intercept = true; in vmx_set_msr()
4268 if (vcpu->arch.xfd_no_write_intercept) in vmx_recalc_msr_intercepts()
/linux/arch/x86/kvm/
H A Dx86.c11540 if (vcpu->arch.xfd_no_write_intercept) in vcpu_enter_guest()