Home
last modified time | relevance | path

Searched refs:DR7_FIXED_1 (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/target/i386/tcg/sysemu/
H A Dbpt_helper.c130 new_dr7 |= DR7_FIXED_1; in cpu_x86_update_dr7()
/openbmc/linux/arch/x86/kvm/
H A Dsmm.c335 if (WARN_ON_ONCE(kvm_set_dr(vcpu, 7, DR7_FIXED_1))) in enter_smm()
H A Dx86.c1393 vcpu->arch.dr7 = (val & DR7_VOLATILE) | DR7_FIXED_1; in kvm_set_dr()
12071 vcpu->arch.dr7 = DR7_FIXED_1; in kvm_vcpu_reset()
/openbmc/linux/arch/x86/kvm/svm/
H A Dnested.c590 vmcb02->save.dr7 = svm->nested.save.dr7 | DR7_FIXED_1; in nested_vmcb02_prepare_save()
1121 svm->vcpu.arch.dr7 = DR7_FIXED_1; in nested_svm_vmexit()
H A Dsev.c584 if (svm->vcpu.guest_debug || (svm->vmcb->save.dr7 & ~DR7_FIXED_1)) in sev_es_sync_vmsa()
/openbmc/linux/arch/x86/include/asm/
H A Dkvm_host.h236 #define DR7_FIXED_1 0x00000400 macro
/openbmc/qemu/target/i386/
H A Dcpu.h289 #define DR7_FIXED_1 0x00000400 macro
H A Dcpu.c7286 env->dr[7] = DR7_FIXED_1; in x86_cpu_reset_hold()
/openbmc/linux/arch/x86/kvm/vmx/
H A Dnested.c4678 kvm_set_dr(vcpu, 7, DR7_FIXED_1); in nested_vmx_restore_host_state()