Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm64/kernel/
Ddebug-monitors.c202 static int call_step_hook(struct pt_regs *regs, unsigned int esr) in call_step_hook() function
222 NOKPROBE_SYMBOL(call_step_hook);
251 if (!handler_found && call_step_hook(regs, esr) == DBG_HOOK_HANDLED) in single_step_handler()