Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/kernel/
H A Dhw_breakpoint.c245 reg_enable = !debug_info->wps_disabled; in hw_breakpoint_control()
671 if (debug_info->wps_disabled) in breakpoint_handler()
819 debug_info->wps_disabled = 1; in watchpoint_handler()
870 if (debug_info->wps_disabled) { in reinstall_suspended_bps()
871 debug_info->wps_disabled = 0; in reinstall_suspended_bps()
889 if (!debug_info->wps_disabled) in reinstall_suspended_bps()
932 if (current_debug_info->wps_disabled != next_debug_info->wps_disabled) in hw_breakpoint_thread_switch()
935 !next_debug_info->wps_disabled); in hw_breakpoint_thread_switch()
/openbmc/linux/arch/arm64/include/asm/
H A Dprocessor.h112 int wps_disabled; member