KVM: X86: Rename DR6_INIT to DR6_ACTIVE_LOW
DR6_INIT contains the 1-reserved bits as well as the bit that is cleared to 0 when the condition (e.g. RTM) happens. The value can be used to initialize dr6 and also be the XOR mask between the #DB exit qualification (or payload) and DR6. Concerning that DR6_INIT is used as initial value only once, rename it to DR6_ACTIVE_LOW and apply it in other places, which would make the incoming changes for bus lock debug exception more simple. Signed-off-by:Chenyi Qiang <chenyi.qiang@intel.com> Message-Id: <20210202090433.13441-2-chenyi.qiang@intel.com> [Define DR6_FIXED_1 from DR6_ACTIVE_LOW and DR6_VOLATILE. - Paolo] Signed-off-by:
Paolo Bonzini <pbonzini@redhat.com>
Showing
- arch/x86/include/asm/kvm_host.h 10 additions, 2 deletionsarch/x86/include/asm/kvm_host.h
- arch/x86/kvm/emulate.c 1 addition, 1 deletionarch/x86/kvm/emulate.c
- arch/x86/kvm/svm/nested.c 1 addition, 1 deletionarch/x86/kvm/svm/nested.c
- arch/x86/kvm/svm/svm.c 3 additions, 3 deletionsarch/x86/kvm/svm/svm.c
- arch/x86/kvm/vmx/nested.c 2 additions, 2 deletionsarch/x86/kvm/vmx/nested.c
- arch/x86/kvm/vmx/vmx.c 2 additions, 2 deletionsarch/x86/kvm/vmx/vmx.c
- arch/x86/kvm/x86.c 19 additions, 14 deletionsarch/x86/kvm/x86.c
Please register or sign in to comment