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

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

Completed in 100 milliseconds