Home
last modified time | relevance | path

Searched refs:uprobe_pre_sstep_notifier (Results 1 – 8 of 8) sorted by relevance

/linux/arch/powerpc/kernel/
H A Duprobes.c150 if (uprobe_pre_sstep_notifier(regs)) in arch_uprobe_exception_notify()
/linux/arch/csky/kernel/probes/
H A Duprobes.c146 if (uprobe_pre_sstep_notifier(regs)) in uprobe_breakpoint_handler()
/linux/arch/loongarch/kernel/
H A Duprobes.c116 if (uprobe_pre_sstep_notifier(regs)) in uprobe_breakpoint_handler()
/linux/arch/sparc/kernel/
H A Duprobes.c276 if (uprobe_pre_sstep_notifier(args->regs)) in arch_uprobe_exception_notify()
/linux/include/linux/
H A Duprobes.h221 extern int uprobe_pre_sstep_notifier(struct pt_regs *regs);
/linux/arch/s390/kernel/
H A Duprobes.c121 if (uprobe_pre_sstep_notifier(regs)) in arch_uprobe_exception_notify()
/linux/arch/x86/kernel/
H A Duprobes.c1702 if (uprobe_pre_sstep_notifier(regs)) in arch_uprobe_exception_notify()
/linux/kernel/events/
H A Duprobes.c2871 int uprobe_pre_sstep_notifier(struct pt_regs *regs) in uprobe_pre_sstep_notifier() function