Home | History | Annotate | Download | only in i386

Lines Matching refs:__dr7

757     debug_state.__dr7 |= (1 << (2*hw_index) |
778 debug_state.__dr7 &= ~(3 << (2*hw_index));
805 return (debug_state.__dr7 & (3 << (2*hw_index))) == 0;