Home
last modified time | relevance | path

Searched refs:wps_disabled (Results 1 – 2 of 2) sorted by relevance

/arch/arm64/kernel/
Dhw_breakpoint.c250 reg_enable = !debug_info->wps_disabled; in hw_breakpoint_control()
670 if (debug_info->wps_disabled) in breakpoint_handler()
807 debug_info->wps_disabled = 1; in watchpoint_handler()
857 if (debug_info->wps_disabled) { in reinstall_suspended_bps()
858 debug_info->wps_disabled = 0; in reinstall_suspended_bps()
876 if (!debug_info->wps_disabled) in reinstall_suspended_bps()
918 if (current_debug_info->wps_disabled != next_debug_info->wps_disabled) in hw_breakpoint_thread_switch()
921 !next_debug_info->wps_disabled); in hw_breakpoint_thread_switch()
/arch/arm64/include/asm/
Dprocessor.h55 int wps_disabled; member