Home | History | Annotate | Download | only in x86_64

Lines Matching refs:__dr7

711     debug_state.__dr7 |= (1 << (2*hw_index) |
731 debug_state.__dr7 &= ~(3 << (2*hw_index));
758 return (debug_state.__dr7 & (3 << (2*hw_index))) == 0;