Searched refs:uprobe_pre_sstep_notifier (Results 1 – 12 of 12) sorted by relevance
150 if (uprobe_pre_sstep_notifier(regs)) in arch_uprobe_exception_notify()
146 if (uprobe_pre_sstep_notifier(regs)) in uprobe_breakpoint_handler()
116 if (uprobe_pre_sstep_notifier(regs)) in uprobe_breakpoint_handler()
150 if (uprobe_pre_sstep_notifier(regs)) in uprobe_breakpoint_handler()
170 if (uprobe_pre_sstep_notifier(regs)) in arch_uprobe_exception_notify()
179 if (uprobe_pre_sstep_notifier(regs)) in uprobe_breakpoint_handler()
191 uprobe_pre_sstep_notifier(regs); in uprobe_trap_handler()
210 extern int uprobe_pre_sstep_notifier(struct pt_regs *regs);
276 if (uprobe_pre_sstep_notifier(args->regs)) in arch_uprobe_exception_notify()
122 if (uprobe_pre_sstep_notifier(regs)) in arch_uprobe_exception_notify()
1134 if (uprobe_pre_sstep_notifier(regs)) in arch_uprobe_exception_notify()
2810 int uprobe_pre_sstep_notifier(struct pt_regs *regs) in uprobe_pre_sstep_notifier() function