Searched refs:DR7_FIXED_1 (Results 1 – 9 of 9) 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 | process_32.c | 96 (d6 == DR6_RESERVED) && (d7 == DR7_FIXED_1)) in __show_regs()
|
| 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 | 1569 vcpu->arch.dr7 = (val & DR7_VOLATILE) | DR7_FIXED_1; in kvm_set_dr() 11327 set_debugreg(DR7_FIXED_1, 7); in vcpu_enter_guest() 11336 set_debugreg(DR7_FIXED_1, 7); in vcpu_enter_guest() 12909 vcpu->arch.dr7 = DR7_FIXED_1; in kvm_vcpu_reset()
|
| /linux/arch/x86/kvm/svm/ |
| H A D | nested.c | 668 vmcb02->save.dr7 = svm->nested.save.dr7 | DR7_FIXED_1; in nested_vmcb02_prepare_save() 1242 svm->vcpu.arch.dr7 = DR7_FIXED_1; in nested_svm_vmexit()
|
| H A D | sev.c | 879 if (svm->vcpu.guest_debug || (svm->vmcb->save.dr7 & ~DR7_FIXED_1)) in sev_es_sync_vmsa()
|
| /linux/arch/x86/kernel/cpu/ |
| H A D | common.c | 2310 set_debugreg(DR7_FIXED_1, 7); in initialize_debug_regs()
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | nested.c | 4952 kvm_set_dr(vcpu, 7, DR7_FIXED_1); in nested_vmx_restore_host_state()
|