Searched refs:DBG_HOOK_ERROR (Results 1 – 6 of 6) sorted by relevance
310 return DBG_HOOK_ERROR; in kprobe_breakpoint_handler()316 return DBG_HOOK_ERROR; in kprobe_breakpoint_handler()359 return DBG_HOOK_ERROR; in kprobe_breakpoint_ss_handler()371 return DBG_HOOK_ERROR; in kretprobe_breakpoint_handler()
174 return DBG_HOOK_ERROR; in uprobe_breakpoint_handler()186 return DBG_HOOK_ERROR; in uprobe_single_step_handler()
209 int retval = DBG_HOOK_ERROR; in call_step_hook()319 return fn ? fn(regs, esr) : DBG_HOOK_ERROR; in call_break_hook()
1002 return DBG_HOOK_ERROR; in bug_handler()1033 return DBG_HOOK_ERROR; in cfi_handler()1054 return DBG_HOOK_ERROR; in reserved_fault_handler()
256 return DBG_HOOK_ERROR; in kgdb_step_brk_fn()
63 #define DBG_HOOK_ERROR 1 macro