Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm64/kernel/
Dhw_breakpoint.c238 reg_enable = !debug_info->bps_disabled; in hw_breakpoint_control()
667 debug_info->bps_disabled = 1; in breakpoint_handler()
814 if (debug_info->bps_disabled) in watchpoint_handler()
856 if (debug_info->bps_disabled) { in reinstall_suspended_bps()
857 debug_info->bps_disabled = 0; in reinstall_suspended_bps()
918 if (current_debug_info->bps_disabled != next_debug_info->bps_disabled) in hw_breakpoint_thread_switch()
921 !next_debug_info->bps_disabled); in hw_breakpoint_thread_switch()
/Linux-v5.4/arch/arm64/include/asm/
Dprocessor.h101 int bps_disabled; member