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

/linux-master/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;
/linux-master/arch/x86/kvm/svm/
H A Dnested.c1405 if (vcpu->arch.dr7 & DR7_GD) {
1406 vcpu->arch.dr7 &= ~DR7_GD;
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h244 #define DR7_GD (1 << 13) macro
/linux-master/arch/x86/kvm/
H A Demulate.c3883 if (ctxt->ops->get_dr(ctxt, 7) & DR7_GD) {
H A Dx86.c10400 if (vcpu->arch.dr7 & DR7_GD) {
10401 vcpu->arch.dr7 &= ~DR7_GD;
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.c5538 if (dr7 & DR7_GD) {

Completed in 236 milliseconds