Searched refs:DR7_ACTIVE_MASK (Results 1 – 6 of 6) sorted by relevance
58 #define DR7_ACTIVE_MASK (DR_LOCAL_ENABLE_MASK|DR_GLOBAL_ENABLE_MASK) macro
1965 if ( curr->arch.debugreg[7] & DR7_ACTIVE_MASK ) in activate_debugregs()2032 if ( value & DR7_ACTIVE_MASK ) in set_debugreg()2056 !(v->arch.debugreg[7] & DR7_ACTIVE_MASK) ) in set_debugreg()
1502 if ( unlikely(v->arch.debugreg[7] & DR7_ACTIVE_MASK) ) in paravirt_ctxt_switch_from()1514 if ( unlikely(v->arch.debugreg[7] & DR7_ACTIVE_MASK) ) in paravirt_ctxt_switch_to()
1138 if ( curr->arch.debugreg[7] & DR7_ACTIVE_MASK ) in write_msr()1146 if ( curr->arch.debugreg[7] & DR7_ACTIVE_MASK ) in write_msr()
238 if ( unlikely(v->arch.debugreg[7] & DR7_ACTIVE_MASK) ) in svm_restore_dr()
729 if ( unlikely(v->arch.debugreg[7] & DR7_ACTIVE_MASK) ) in vmx_restore_dr()
Completed in 20 milliseconds