Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm64/kernel/
Dhw_breakpoint.c245 reg_enable = !debug_info->bps_disabled; in hw_breakpoint_control()
629 debug_info->bps_disabled = 1; in breakpoint_handler()
735 if (debug_info->bps_disabled) in watchpoint_handler()
776 if (debug_info->bps_disabled) { in reinstall_suspended_bps()
777 debug_info->bps_disabled = 0; in reinstall_suspended_bps()
837 if (current_debug_info->bps_disabled != next_debug_info->bps_disabled) in hw_breakpoint_thread_switch()
840 !next_debug_info->bps_disabled); in hw_breakpoint_thread_switch()
/linux-4.4.14/arch/arm64/include/asm/
Dprocessor.h56 int bps_disabled; member