Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm64/kernel/probes/
Duprobes.c177 return DBG_HOOK_ERROR; in uprobe_breakpoint_handler()
193 return DBG_HOOK_ERROR; in uprobe_single_step_handler()
Dkprobes.c431 return DBG_HOOK_ERROR; in kprobe_ss_hit()
/Linux-v4.19/arch/arm64/include/asm/
Ddebug-monitors.h90 #define DBG_HOOK_ERROR 1 macro
/Linux-v4.19/arch/arm64/kernel/
Ddebug-monitors.c194 int retval = DBG_HOOK_ERROR; in call_step_hook()
306 return fn ? fn(regs, esr) : DBG_HOOK_ERROR; in call_break_hook()
Dtraps.c762 return DBG_HOOK_ERROR; in bug_handler()
774 return DBG_HOOK_ERROR; in bug_handler()
Dkgdb.c264 return DBG_HOOK_ERROR; in kgdb_step_brk_fn()