Home
last modified time | relevance | path

Searched refs:uprobe_notify_resume (Results 1 – 9 of 9) sorted by relevance

/linux/include/linux/
H A Duprobes.h126 extern void uprobe_notify_resume(struct pt_regs *regs);
187 static inline void uprobe_notify_resume(struct pt_regs *regs) in uprobe_notify_resume() function
/linux/arch/csky/kernel/
H A Dsignal.c259 uprobe_notify_resume(regs); in do_notify_resume()
/linux/kernel/entry/
H A Dcommon.c105 uprobe_notify_resume(regs); in exit_to_user_mode_loop()
/linux/arch/powerpc/kernel/
H A Dsignal.c298 uprobe_notify_resume(regs); in do_notify_resume()
/linux/arch/arm/kernel/
H A Dsignal.c629 uprobe_notify_resume(regs); in do_work_pending()
/linux/arch/arm64/kernel/
H A Dentry-common.c139 uprobe_notify_resume(regs); in do_notify_resume()
/linux/arch/sparc/kernel/
H A Dsignal_64.c551 uprobe_notify_resume(regs); in do_notify_resume()
/linux/arch/mips/kernel/
H A Dsignal.c912 uprobe_notify_resume(regs); in do_notify_resume()
/linux/kernel/events/
H A Duprobes.c2295 void uprobe_notify_resume(struct pt_regs *regs) in uprobe_notify_resume() function