Searched refs:__dr7 (Results 1 – 4 of 4) sorted by relevance
177 uint32_t __dr7; member
757 debug_state.__dr7 |= (1 << (2*hw_index) | in SetWatchpoint()778 debug_state.__dr7 &= ~(3 << (2*hw_index)); in ClearWatchpoint()805 return (debug_state.__dr7 & (3 << (2*hw_index))) == 0; in IsWatchpointVacant()
207 uint64_t __dr7; member
711 debug_state.__dr7 |= (1 << (2*hw_index) | in SetWatchpoint()731 debug_state.__dr7 &= ~(3 << (2*hw_index)); in ClearWatchpoint()758 return (debug_state.__dr7 & (3 << (2*hw_index))) == 0; in IsWatchpointVacant()