Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/asm/
Dkvm_host.h225 #define DR6_ACTIVE_LOW 0xffff0ff0 macro
227 #define DR6_FIXED_1 (DR6_ACTIVE_LOW & ~DR6_VOLATILE)
/linux-6.1.9/arch/x86/kvm/svm/
Dnested.c578 svm->vcpu.arch.dr6 = svm->nested.save.dr6 | DR6_ACTIVE_LOW; in nested_vmcb02_prepare_save()
Dsvm.c1985 u32 payload = svm->vmcb->save.dr6 ^ DR6_ACTIVE_LOW; in db_interception()
3959 svm_set_dr6(svm, DR6_ACTIVE_LOW); in svm_vcpu_run()
/linux-6.1.9/arch/x86/kvm/
Dx86.c594 vcpu->arch.dr6 |= DR6_ACTIVE_LOW; in kvm_deliver_exception_payload()
596 vcpu->arch.dr6 ^= ex->payload & DR6_ACTIVE_LOW; in kvm_deliver_exception_payload()
8633 kvm_run->debug.arch.dr6 = DR6_BS | DR6_ACTIVE_LOW; in kvm_vcpu_do_singlestep()
8717 kvm_run->debug.arch.dr6 = dr6 | DR6_ACTIVE_LOW; in kvm_vcpu_check_code_breakpoint()
12031 vcpu->arch.dr6 = DR6_ACTIVE_LOW; in kvm_vcpu_reset()
Demulate.c4236 dr6 |= DR6_BD | DR6_ACTIVE_LOW; in check_dr_read()
/linux-6.1.9/arch/x86/kvm/vmx/
Dvmx.c5177 kvm_run->debug.arch.dr6 = dr6 | DR6_ACTIVE_LOW; in handle_exception_nmi()
5421 vcpu->run->debug.arch.dr6 = DR6_BD | DR6_ACTIVE_LOW; in handle_dr()
Dnested.c3837 exit_qual ^= DR6_ACTIVE_LOW; in nested_vmx_inject_exception_vmexit()