Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/sysemu/
H A Dbpt_helper.c247 if (env->dr[7] & DR7_GD) { in helper_get_dr()
248 env->dr[7] &= ~DR7_GD; in helper_get_dr()
266 if (env->dr[7] & DR7_GD) { in helper_set_dr()
267 env->dr[7] &= ~DR7_GD; in helper_set_dr()
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Ddebug_regs.c14 #define DR7_GD (1 << 13) macro
188 debug.arch.debugreg[7] = 0x400 | DR7_GD; in main()
/openbmc/linux/arch/x86/kvm/svm/
H A Dnested.c1407 if (vcpu->arch.dr7 & DR7_GD) { in nested_svm_inject_exception_vmexit()
1408 vcpu->arch.dr7 &= ~DR7_GD; in nested_svm_inject_exception_vmexit()
/openbmc/linux/arch/x86/include/asm/
H A Dkvm_host.h235 #define DR7_GD (1 << 13) macro
/openbmc/qemu/target/i386/
H A Dcpu.h286 #define DR7_GD (1 << 13) macro
/openbmc/linux/arch/x86/kvm/
H A Dx86.c10181 if (vcpu->arch.dr7 & DR7_GD) { in kvm_check_and_inject_events()
10182 vcpu->arch.dr7 &= ~DR7_GD; in kvm_check_and_inject_events()
H A Demulate.c3872 return dr7 & DR7_GD; in check_dr7_gd()
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c5555 if (dr7 & DR7_GD) { in handle_dr()