Home
last modified time | relevance | path

Searched refs:DR7_GD (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/tools/testing/selftests/kvm/x86/
H A Ddebug_regs.c14 #define DR7_GD (1 << 13) macro
191 debug.arch.debugreg[7] = 0x400 | DR7_GD; in main()
/linux-6.15/arch/x86/kvm/svm/
H A Dnested.c1409 if (vcpu->arch.dr7 & DR7_GD) { in nested_svm_inject_exception_vmexit()
1410 vcpu->arch.dr7 &= ~DR7_GD; in nested_svm_inject_exception_vmexit()
/linux-6.15/arch/x86/include/asm/
H A Dkvm_host.h249 #define DR7_GD (1 << 13) macro
/linux-6.15/arch/x86/kvm/
H A Dx86.c10385 if (vcpu->arch.dr7 & DR7_GD) { in kvm_check_and_inject_events()
10386 vcpu->arch.dr7 &= ~DR7_GD; in kvm_check_and_inject_events()
H A Demulate.c3860 if (ctxt->ops->get_dr(ctxt, 7) & DR7_GD) { in check_dr_read()
/linux-6.15/arch/x86/kvm/vmx/
H A Dvmx.c5607 if (dr7 & DR7_GD) { in handle_dr()