Searched refs:DR7_FIXED_1 (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/x86/include/asm/ |
| H A D | debugreg.h | 18 #define DR7_FIXED_1 0x00000400 macro 112 set_debugreg(DR7_FIXED_1, 7); in hw_breakpoint_disable() 138 dr7 &= ~DR7_FIXED_1; in local_db_save() 140 set_debugreg(DR7_FIXED_1, 7); in local_db_save()
|
| /linux/arch/x86/kernel/ |
| H A D | kgdb.c | 388 set_debugreg(DR7_FIXED_1, 7); in kgdb_disable_hw_debug()
|
| /linux/arch/x86/kvm/ |
| H A D | smm.c | 332 if (WARN_ON_ONCE(kvm_set_dr(vcpu, 7, DR7_FIXED_1))) in enter_smm()
|
| H A D | x86.c | 1577 vcpu->arch.dr7 = (val & DR7_VOLATILE) | DR7_FIXED_1; in kvm_set_dr() 11437 set_debugreg(DR7_FIXED_1, 7); in vcpu_enter_guest() 11446 set_debugreg(DR7_FIXED_1, 7); in vcpu_enter_guest() 13063 vcpu->arch.dr7 = DR7_FIXED_1; in kvm_vcpu_reset()
|
| /linux/arch/x86/kvm/svm/ |
| H A D | nested.c | 780 vmcb02->save.dr7 = svm->nested.save.dr7 | DR7_FIXED_1; in nested_vmcb02_prepare_save() 1383 svm->vcpu.arch.dr7 = DR7_FIXED_1; in nested_svm_vmexit()
|
| /linux/arch/x86/kernel/cpu/ |
| H A D | common.c | 2331 set_debugreg(DR7_FIXED_1, 7); in initialize_debug_regs()
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | nested.c | 4953 kvm_set_dr(vcpu, 7, DR7_FIXED_1); in nested_vmx_restore_host_state()
|