Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Duprobes.h120 extern void uprobe_notify_resume(struct pt_regs *regs);
172 static inline void uprobe_notify_resume(struct pt_regs *regs) in uprobe_notify_resume() function
/linux-4.1.27/arch/powerpc/kernel/
Dsignal.c152 uprobe_notify_resume(regs); in do_notify_resume()
/linux-4.1.27/arch/arm/kernel/
Dsignal.c589 uprobe_notify_resume(regs); in do_work_pending()
/linux-4.1.27/arch/x86/kernel/
Dsignal.c730 uprobe_notify_resume(regs); in do_notify_resume()
/linux-4.1.27/arch/s390/kernel/
Dentry.S331 # _TIF_UPROBE is set, call uprobe_notify_resume
337 jg uprobe_notify_resume
/linux-4.1.27/kernel/events/
Duprobes.c1929 void uprobe_notify_resume(struct pt_regs *regs) in uprobe_notify_resume() function