Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm64/kernel/
Dhw_breakpoint.c249 reg_enable = !debug_info->bps_disabled; in hw_breakpoint_control()
673 debug_info->bps_disabled = 1; in breakpoint_handler()
820 if (debug_info->bps_disabled) in watchpoint_handler()
862 if (debug_info->bps_disabled) { in reinstall_suspended_bps()
863 debug_info->bps_disabled = 0; in reinstall_suspended_bps()
924 if (current_debug_info->bps_disabled != next_debug_info->bps_disabled) in hw_breakpoint_thread_switch()
927 !next_debug_info->bps_disabled); in hw_breakpoint_thread_switch()
/Linux-v4.19/arch/arm64/include/asm/
Dprocessor.h84 int bps_disabled; member