Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm64/kernel/
Dhw_breakpoint.c239 reg_enable = !debug_info->bps_disabled; in hw_breakpoint_control()
668 debug_info->bps_disabled = 1; in breakpoint_handler()
823 if (debug_info->bps_disabled) in watchpoint_handler()
865 if (debug_info->bps_disabled) { in reinstall_suspended_bps()
866 debug_info->bps_disabled = 0; in reinstall_suspended_bps()
927 if (current_debug_info->bps_disabled != next_debug_info->bps_disabled) in hw_breakpoint_thread_switch()
930 !next_debug_info->bps_disabled); in hw_breakpoint_thread_switch()
/linux-6.12.1/arch/arm64/include/asm/
Dprocessor.h111 int bps_disabled; member