Home
last modified time | relevance | path

Searched refs:kvm_set_dr (Results 1 – 5 of 5) sorted by relevance

/linux/arch/x86/kvm/vmx/
H A Dnested.c2655 kvm_set_dr(vcpu, 7, vmcs12->guest_dr7); in prepare_vmcs02()
2658 kvm_set_dr(vcpu, 7, vcpu->arch.dr7); in prepare_vmcs02()
4790 kvm_set_dr(vcpu, 7, 0x400); in load_vmcs12_host_state()
4841 kvm_set_dr(vcpu, 7, DR7_FIXED_1); in nested_vmx_restore_host_state()
4843 WARN_ON(kvm_set_dr(vcpu, 7, vmcs_readl(GUEST_DR7))); in nested_vmx_restore_host_state()
H A Dvmx.c5621 err = kvm_set_dr(vcpu, dr, kvm_register_read(vcpu, reg)); in handle_dr()
/linux/arch/x86/include/asm/
H A Dkvm_host.h2151 int kvm_set_dr(struct kvm_vcpu *vcpu, int dr, unsigned long val);
/linux/arch/x86/kvm/
H A Dx86.c1513 int kvm_set_dr(struct kvm_vcpu *vcpu, int dr, unsigned long val) in kvm_set_dr() function
1540 EXPORT_SYMBOL_GPL(kvm_set_dr);
8257 return kvm_set_dr(emul_to_vcpu(ctxt), dr, value); in emulator_set_dr()
/linux/arch/x86/kvm/svm/
H A Dsvm.c2784 err = kvm_set_dr(vcpu, dr, kvm_register_read(vcpu, reg)); in dr_interception()