Searched refs:__dr7 (Results 1 – 4 of 4) sorted by relevance
238 uint32_t __dr7; member
781 debug_state.__dr7 |= in SetWatchpoint()830 debug_state.__dr7 |= (1 << (2 * hw_index) | 0 << (16 + 4 * hw_index)); in SetHardwareBreakpoint()951 debug_state.__dr7 &= ~(3 << (2 * hw_index)); in ClearWatchpoint()982 return (debug_state.__dr7 & (3 << (2 * hw_index))) == 0; in IsWatchpointVacant()
310 uint64_t __dr7; member
737 debug_state.__dr7 |= in SetWatchpoint()761 debug_state.__dr7 &= ~(3 << (2 * hw_index)); in ClearWatchpoint()792 return (debug_state.__dr7 & (3 << (2 * hw_index))) == 0; in IsWatchpointVacant()889 debug_state.__dr7 |= (1 << (2 * hw_index) | 0 << (16 + 4 * hw_index)); in SetHardwareBreakpoint()