Searched refs:kvm_set_dr (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.15/arch/x86/kvm/vmx/ |
| D | nested.c | 2519 kvm_set_dr(vcpu, 7, vmcs12->guest_dr7); in prepare_vmcs02() 2522 kvm_set_dr(vcpu, 7, vcpu->arch.dr7); in prepare_vmcs02() 4353 kvm_set_dr(vcpu, 7, 0x400); in load_vmcs12_host_state() 4404 kvm_set_dr(vcpu, 7, DR7_FIXED_1); in nested_vmx_restore_host_state() 4406 WARN_ON(kvm_set_dr(vcpu, 7, vmcs_readl(GUEST_DR7))); in nested_vmx_restore_host_state()
|
| D | vmx.c | 5118 err = kvm_set_dr(vcpu, dr, kvm_register_read(vcpu, reg)); in handle_dr()
|
| /Linux-v5.15/arch/x86/include/asm/ |
| D | kvm_host.h | 1697 int kvm_set_dr(struct kvm_vcpu *vcpu, int dr, unsigned long val);
|
| /Linux-v5.15/arch/x86/kvm/ |
| D | x86.c | 1219 int kvm_set_dr(struct kvm_vcpu *vcpu, int dr, unsigned long val) in kvm_set_dr() function 1246 EXPORT_SYMBOL_GPL(kvm_set_dr); 7047 return kvm_set_dr(emul_to_vcpu(ctxt), dr, value); in emulator_set_dr() 9225 kvm_set_dr(vcpu, 7, DR7_FIXED_1); in enter_smm()
|
| /Linux-v5.15/arch/x86/kvm/svm/ |
| D | svm.c | 2594 err = kvm_set_dr(vcpu, dr, val); in dr_interception()
|