Home
last modified time | relevance | path

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

/linux/arch/arm64/kernel/
H A Dhw_breakpoint.c851 bool handled_exception = false; in try_step_suspended_breakpoints() local
862 handled_exception = true; in try_step_suspended_breakpoints()
868 handled_exception = true; in try_step_suspended_breakpoints()
871 if (handled_exception) { in try_step_suspended_breakpoints()
875 handled_exception = false; in try_step_suspended_breakpoints()
889 handled_exception = true; in try_step_suspended_breakpoints()
891 handled_exception = false; in try_step_suspended_breakpoints()
897 return handled_exception; in try_step_suspended_breakpoints()