Searched refs:kvm_set_dr (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/
H A Dkvm_host.h1028 int kvm_set_dr(struct kvm_vcpu *vcpu, int dr, unsigned long val);
/linux-4.4.14/arch/x86/kvm/
H A Dvmx.c5595 if (kvm_set_dr(vcpu, dr, kvm_register_readl(vcpu, reg))) handle_dr()
9511 kvm_set_dr(vcpu, 7, vmcs12->guest_dr7); prepare_vmcs02()
9514 kvm_set_dr(vcpu, 7, vcpu->arch.dr7); prepare_vmcs02()
10407 kvm_set_dr(vcpu, 7, 0x400); load_vmcs12_host_state()
H A Dx86.c887 int kvm_set_dr(struct kvm_vcpu *vcpu, int dr, unsigned long val) kvm_set_dr() function
895 EXPORT_SYMBOL_GPL(kvm_set_dr); variable
H A Dsvm.c2955 kvm_set_dr(&svm->vcpu, dr - 16, val); dr_interception()

Completed in 183 milliseconds