Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm64/kernel/
Dhw_breakpoint.c246 reg_enable = !debug_info->wps_disabled; in hw_breakpoint_control()
672 if (debug_info->wps_disabled) in breakpoint_handler()
820 debug_info->wps_disabled = 1; in watchpoint_handler()
871 if (debug_info->wps_disabled) { in reinstall_suspended_bps()
872 debug_info->wps_disabled = 0; in reinstall_suspended_bps()
890 if (!debug_info->wps_disabled) in reinstall_suspended_bps()
933 if (current_debug_info->wps_disabled != next_debug_info->wps_disabled) in hw_breakpoint_thread_switch()
936 !next_debug_info->wps_disabled); in hw_breakpoint_thread_switch()
/linux-6.12.1/arch/arm64/include/asm/
Dprocessor.h112 int wps_disabled; member