Home
last modified time | relevance | path

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

/arch/x86/include/asm/
A Dkvm_host.h246 #define DR6_ACTIVE_LOW 0xffff0ff0 macro
248 #define DR6_FIXED_1 (DR6_ACTIVE_LOW & ~DR6_VOLATILE)
/arch/x86/kvm/svm/
A Dnested.c660 svm->vcpu.arch.dr6 = svm->nested.save.dr6 | DR6_ACTIVE_LOW; in nested_vmcb02_prepare_save()
A Dsvm.c1980 u32 payload = svm->vmcb->save.dr6 ^ DR6_ACTIVE_LOW; in db_interception()
4290 svm_set_dr6(vcpu, DR6_ACTIVE_LOW); in svm_vcpu_run()
/arch/x86/kvm/
A Dx86.c785 vcpu->arch.dr6 |= DR6_ACTIVE_LOW; in kvm_deliver_exception_payload()
787 vcpu->arch.dr6 ^= ex->payload & DR6_ACTIVE_LOW; in kvm_deliver_exception_payload()
8848 kvm_run->debug.arch.dr6 = DR6_BS | DR6_ACTIVE_LOW; in kvm_vcpu_do_singlestep()
8930 kvm_run->debug.arch.dr6 = dr6 | DR6_ACTIVE_LOW; in kvm_vcpu_check_code_breakpoint()
12419 vcpu->arch.dr6 = DR6_ACTIVE_LOW; in kvm_vcpu_reset()
A Demulate.c3865 dr6 |= DR6_BD | DR6_ACTIVE_LOW; in check_dr_read()
/arch/x86/kvm/vmx/
A Dvmx.c5242 kvm_run->debug.arch.dr6 = dr6 | DR6_ACTIVE_LOW; in handle_exception_nmi()
5484 vcpu->run->debug.arch.dr6 = DR6_BD | DR6_ACTIVE_LOW; in handle_dr()
A Dnested.c3991 exit_qual ^= DR6_ACTIVE_LOW; in nested_vmx_inject_exception_vmexit()

Completed in 77 milliseconds