Home
last modified time | relevance | path

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

/linux/arch/arm64/kernel/
A Ddebug-monitors.c244 bool handler_found = false; in single_step_handler() local
253 if (!handler_found && call_step_hook(regs, esr) == DBG_HOOK_HANDLED) in single_step_handler()
254 handler_found = true; in single_step_handler()
256 if (!handler_found && user_mode(regs)) { in single_step_handler()
266 } else if (!handler_found) { in single_step_handler()

Completed in 4 milliseconds