Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm64/kernel/
Dhw_breakpoint.c250 reg_enable = !debug_info->wps_disabled; in hw_breakpoint_control()
631 if (debug_info->wps_disabled) in breakpoint_handler()
730 debug_info->wps_disabled = 1; in watchpoint_handler()
780 if (debug_info->wps_disabled) { in reinstall_suspended_bps()
781 debug_info->wps_disabled = 0; in reinstall_suspended_bps()
799 if (!debug_info->wps_disabled) in reinstall_suspended_bps()
841 if (current_debug_info->wps_disabled != next_debug_info->wps_disabled) in hw_breakpoint_thread_switch()
844 !next_debug_info->wps_disabled); in hw_breakpoint_thread_switch()
/linux-4.1.27/arch/arm64/include/asm/
Dprocessor.h57 int wps_disabled; member