Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Duprobes.h136 extern void uprobe_notify_resume(struct pt_regs *regs);
189 static inline void uprobe_notify_resume(struct pt_regs *regs) in uprobe_notify_resume() function
/linux-4.4.14/arch/powerpc/kernel/
Dsignal.c152 uprobe_notify_resume(regs); in do_notify_resume()
/linux-4.4.14/arch/x86/entry/
Dcommon.c243 uprobe_notify_resume(regs); in exit_to_usermode_loop()
/linux-4.4.14/arch/arm/kernel/
Dsignal.c593 uprobe_notify_resume(regs); in do_work_pending()
/linux-4.4.14/arch/mips/kernel/
Dsignal.c854 uprobe_notify_resume(regs); in do_notify_resume()
/linux-4.4.14/arch/s390/kernel/
Dentry.S396 # _TIF_UPROBE is set, call uprobe_notify_resume
402 jg uprobe_notify_resume
/linux-4.4.14/kernel/events/
Duprobes.c1961 void uprobe_notify_resume(struct pt_regs *regs) in uprobe_notify_resume() function