Searched refs:kvm_set_dr (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/arch/x86/kvm/ |
H A D | smm.c | 335 if (WARN_ON_ONCE(kvm_set_dr(vcpu, 7, DR7_FIXED_1))) in enter_smm() 480 if (kvm_set_dr(vcpu, 6, smstate->dr6)) in rsm_load_state_32() 482 if (kvm_set_dr(vcpu, 7, smstate->dr7)) in rsm_load_state_32() 532 if (kvm_set_dr(vcpu, 6, smstate->dr6)) in rsm_load_state_64() 534 if (kvm_set_dr(vcpu, 7, smstate->dr7)) in rsm_load_state_64()
|
H A D | x86.c | 1373 int kvm_set_dr(struct kvm_vcpu *vcpu, int dr, unsigned long val) in kvm_set_dr() function 1400 EXPORT_SYMBOL_GPL(kvm_set_dr); 8025 return kvm_set_dr(emul_to_vcpu(ctxt), dr, value); in emulator_set_dr()
|
/openbmc/linux/arch/x86/kvm/vmx/ |
H A D | nested.c | 2566 kvm_set_dr(vcpu, 7, vmcs12->guest_dr7); in prepare_vmcs02() 2569 kvm_set_dr(vcpu, 7, vcpu->arch.dr7); in prepare_vmcs02() 4627 kvm_set_dr(vcpu, 7, 0x400); in load_vmcs12_host_state() 4678 kvm_set_dr(vcpu, 7, DR7_FIXED_1); in nested_vmx_restore_host_state() 4680 WARN_ON(kvm_set_dr(vcpu, 7, vmcs_readl(GUEST_DR7))); in nested_vmx_restore_host_state()
|
H A D | vmx.c | 5594 err = kvm_set_dr(vcpu, dr, kvm_register_read(vcpu, reg)); in handle_dr()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | kvm_host.h | 1993 int kvm_set_dr(struct kvm_vcpu *vcpu, int dr, unsigned long val);
|
/openbmc/linux/arch/x86/kvm/svm/ |
H A D | svm.c | 2792 err = kvm_set_dr(vcpu, dr, val); in dr_interception()
|