Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/kernel/
H A Ddebug-monitors.c302 static int call_break_hook(struct pt_regs *regs, unsigned long esr) in call_break_hook() function
323 NOKPROBE_SYMBOL(call_break_hook);
328 if (call_break_hook(regs, esr) == DBG_HOOK_HANDLED) in brk_handler()