Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dkvm_host.h154 #define DR7_GD (1 << 13) macro
/linux-4.4.14/arch/x86/kvm/
Dx86.c6002 (vcpu->arch.dr7 & DR7_GD)) { in inject_pending_event()
6003 vcpu->arch.dr7 &= ~DR7_GD; in inject_pending_event()
Dvmx.c5550 if (dr7 & DR7_GD) { in handle_dr()