Searched refs:uprobe_pre_sstep_notifier (Results 1 – 6 of 6) sorted by relevance
146 if (uprobe_pre_sstep_notifier(regs)) in uprobe_breakpoint_handler()
150 if (uprobe_pre_sstep_notifier(regs)) in arch_uprobe_exception_notify()
116 if (uprobe_pre_sstep_notifier(regs)) in uprobe_breakpoint_handler()
221 extern int uprobe_pre_sstep_notifier(struct pt_regs *regs);
1702 if (uprobe_pre_sstep_notifier(regs)) in arch_uprobe_exception_notify()
1163 * set MMF_HAS_UPROBES in advance for uprobe_pre_sstep_notifier(), in install_breakpoint() 2868 * uprobe_pre_sstep_notifier gets called from interrupt context as part of2871 int uprobe_pre_sstep_notifier(struct pt_regs *regs) in uprobe_pre_sstep_notifier() function