Searched refs:DR7_VOLATILE (Results 1 – 3 of 3) sorted by relevance
211 #define DR7_VOLATILE 0xffff2bff macro
2561 if (ctxt->ops->set_dr(ctxt, 7, (val & DR7_VOLATILE) | DR7_FIXED_1)) in rsm_load_state_32()2621 if (ctxt->ops->set_dr(ctxt, 7, (val & DR7_VOLATILE) | DR7_FIXED_1)) in rsm_load_state_64()
1159 vcpu->arch.dr7 = (val & DR7_VOLATILE) | DR7_FIXED_1; in __kvm_set_dr()