Home
last modified time | relevance | path

Searched refs:DR6_ACTIVE_LOW (Results 1 – 5 of 5) sorted by relevance

/linux/arch/x86/include/asm/
H A Dkvm_host.h255 #define DR6_ACTIVE_LOW 0xffff0ff0 macro
257 #define DR6_FIXED_1 (DR6_ACTIVE_LOW & ~DR6_VOLATILE)
/linux/arch/x86/kvm/svm/
H A Dnested.c771 svm->vcpu.arch.dr6 = svm->nested.save.dr6 | DR6_ACTIVE_LOW; in nested_vmcb02_prepare_save()
H A Dsvm.c2012 u32 payload = svm->vmcb->save.dr6 ^ DR6_ACTIVE_LOW; in db_interception()
4475 svm_set_dr6(vcpu, DR6_ACTIVE_LOW); in svm_vcpu_run()
/linux/arch/x86/kvm/
H A Dx86.c805 vcpu->arch.dr6 |= DR6_ACTIVE_LOW; in kvm_deliver_exception_payload()
807 vcpu->arch.dr6 ^= ex->payload & DR6_ACTIVE_LOW; in kvm_deliver_exception_payload()
9265 kvm_run->debug.arch.dr6 = DR6_BS | DR6_ACTIVE_LOW; in kvm_vcpu_do_singlestep()
9347 kvm_run->debug.arch.dr6 = dr6 | DR6_ACTIVE_LOW; in kvm_vcpu_check_code_breakpoint()
13062 vcpu->arch.dr6 = DR6_ACTIVE_LOW; in kvm_vcpu_reset()
/linux/arch/x86/kvm/vmx/
H A Dnested.c4063 exit_qual ^= DR6_ACTIVE_LOW; in nested_vmx_inject_exception_vmexit()