Searched refs:wps_disabled (Results 1 – 2 of 2) sorted by relevance
252 reg_enable = !debug_info->wps_disabled; in hw_breakpoint_control()633 if (debug_info->wps_disabled) in breakpoint_handler()732 debug_info->wps_disabled = 1; in watchpoint_handler()782 if (debug_info->wps_disabled) { in reinstall_suspended_bps()783 debug_info->wps_disabled = 0; in reinstall_suspended_bps()801 if (!debug_info->wps_disabled) in reinstall_suspended_bps()843 if (current_debug_info->wps_disabled != next_debug_info->wps_disabled) in hw_breakpoint_thread_switch()846 !next_debug_info->wps_disabled); in hw_breakpoint_thread_switch()
57 int wps_disabled; member