Home
last modified time | relevance | path

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

/linux/arch/arm64/kernel/
H A Dhw_breakpoint.c676 debug_info->suspended_step = 1; in do_breakpoint()
824 debug_info->suspended_step = 1; in do_watchpoint()
872 if (debug_info->suspended_step) { in try_step_suspended_breakpoints()
873 debug_info->suspended_step = 0; in try_step_suspended_breakpoints()
/linux/arch/arm64/include/asm/
H A Dprocessor.h111 int suspended_step; member