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.c860 bool handled_exception = false; in try_step_suspended_breakpoints() local
871 handled_exception = true; in try_step_suspended_breakpoints()
877 handled_exception = true; in try_step_suspended_breakpoints()
880 if (handled_exception) { in try_step_suspended_breakpoints()
884 handled_exception = false; in try_step_suspended_breakpoints()
898 handled_exception = true; in try_step_suspended_breakpoints()
900 handled_exception = false; in try_step_suspended_breakpoints()
906 return handled_exception; in try_step_suspended_breakpoints()