Searched refs:uprobe_pre_sstep_notifier (Results 1 – 9 of 9) sorted by relevance
150 if (uprobe_pre_sstep_notifier(regs)) in arch_uprobe_exception_notify()
174 if (user_mode(regs) && uprobe_pre_sstep_notifier(regs)) in uprobe_breakpoint_handler()
173 if (uprobe_pre_sstep_notifier(regs)) in arch_uprobe_exception_notify()
136 extern int uprobe_pre_sstep_notifier(struct pt_regs *regs);
194 uprobe_pre_sstep_notifier(regs); in uprobe_trap_handler()
287 if (uprobe_pre_sstep_notifier(args->regs)) in arch_uprobe_exception_notify()
123 if (uprobe_pre_sstep_notifier(regs)) in arch_uprobe_exception_notify()
1018 if (uprobe_pre_sstep_notifier(regs)) in arch_uprobe_exception_notify()
2001 int uprobe_pre_sstep_notifier(struct pt_regs *regs) in uprobe_pre_sstep_notifier() function