Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/kernel/
H A Duprobes.c150 if (uprobe_pre_sstep_notifier(regs)) in arch_uprobe_exception_notify()
/linux-6.15/arch/csky/kernel/probes/
H A Duprobes.c146 if (uprobe_pre_sstep_notifier(regs)) in uprobe_breakpoint_handler()
/linux-6.15/arch/loongarch/kernel/
H A Duprobes.c116 if (uprobe_pre_sstep_notifier(regs)) in uprobe_breakpoint_handler()
/linux-6.15/arch/riscv/kernel/probes/
H A Duprobes.c150 if (uprobe_pre_sstep_notifier(regs)) in uprobe_breakpoint_handler()
/linux-6.15/arch/mips/kernel/
H A Duprobes.c170 if (uprobe_pre_sstep_notifier(regs)) in arch_uprobe_exception_notify()
/linux-6.15/arch/arm64/kernel/probes/
H A Duprobes.c179 if (uprobe_pre_sstep_notifier(regs)) in uprobe_breakpoint_handler()
/linux-6.15/arch/arm/probes/uprobes/
H A Dcore.c191 uprobe_pre_sstep_notifier(regs); in uprobe_trap_handler()
/linux-6.15/include/linux/
H A Duprobes.h210 extern int uprobe_pre_sstep_notifier(struct pt_regs *regs);
/linux-6.15/arch/sparc/kernel/
H A Duprobes.c276 if (uprobe_pre_sstep_notifier(args->regs)) in arch_uprobe_exception_notify()
/linux-6.15/arch/s390/kernel/
H A Duprobes.c122 if (uprobe_pre_sstep_notifier(regs)) in arch_uprobe_exception_notify()
/linux-6.15/arch/x86/kernel/
H A Duprobes.c1134 if (uprobe_pre_sstep_notifier(regs)) in arch_uprobe_exception_notify()
/linux-6.15/kernel/events/
H A Duprobes.c2810 int uprobe_pre_sstep_notifier(struct pt_regs *regs) in uprobe_pre_sstep_notifier() function