Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kvm/vmx/
Dnested.c2520 kvm_set_dr(vcpu, 7, vmcs12->guest_dr7); in prepare_vmcs02()
2523 kvm_set_dr(vcpu, 7, vcpu->arch.dr7); in prepare_vmcs02()
4263 kvm_set_dr(vcpu, 7, 0x400); in load_vmcs12_host_state()
4315 kvm_set_dr(vcpu, 7, DR7_FIXED_1); in nested_vmx_restore_host_state()
4317 WARN_ON(kvm_set_dr(vcpu, 7, vmcs_readl(GUEST_DR7))); in nested_vmx_restore_host_state()
Dvmx.c5123 if (kvm_set_dr(vcpu, dr, kvm_register_readl(vcpu, reg))) in handle_dr()
/Linux-v5.10/arch/x86/include/asm/
Dkvm_host.h1477 int kvm_set_dr(struct kvm_vcpu *vcpu, int dr, unsigned long val);
/Linux-v5.10/arch/x86/kvm/svm/
Dsvm.c2437 kvm_set_dr(&svm->vcpu, dr - 16, val); in dr_interception()
/Linux-v5.10/arch/x86/kvm/
Dx86.c1142 int kvm_set_dr(struct kvm_vcpu *vcpu, int dr, unsigned long val) in kvm_set_dr() function
1150 EXPORT_SYMBOL_GPL(kvm_set_dr);