Searched refs:DR7_GD (Results 1 – 5 of 5) sorted by relevance
16 #define DR7_GD (1 << 13) macro193 debug.arch.debugreg[7] = 0x400 | DR7_GD; in main()
1138 if (svm->vcpu.arch.dr7 & DR7_GD) { in nested_svm_inject_exception_vmexit()1139 svm->vcpu.arch.dr7 &= ~DR7_GD; in nested_svm_inject_exception_vmexit()
226 #define DR7_GD (1 << 13) macro
9132 if (vcpu->arch.dr7 & DR7_GD) { in inject_pending_event()9133 vcpu->arch.dr7 &= ~DR7_GD; in inject_pending_event()
5057 if (dr7 & DR7_GD) { in handle_dr()
Completed in 50 milliseconds