Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/arch/csky/kernel/
H A Dsignal.c261 uprobe_notify_resume(regs); in do_notify_resume()
/OK3568_Linux_fs/kernel/kernel/entry/
H A Dcommon.c163 uprobe_notify_resume(regs); in exit_to_user_mode_loop()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dsignal.c316 uprobe_notify_resume(regs); in do_notify_resume()
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dsignal.c670 uprobe_notify_resume(regs); in do_work_pending()
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dsignal_64.c551 uprobe_notify_resume(regs); in do_notify_resume()
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dsignal.c933 uprobe_notify_resume(regs); in do_notify_resume()
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dsignal.c903 uprobe_notify_resume(regs); in do_notify_resume()
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dentry.S543 # _TIF_UPROBE is set, call uprobe_notify_resume
549 jg uprobe_notify_resume
/OK3568_Linux_fs/kernel/kernel/events/
H A Duprobes.c2300 void uprobe_notify_resume(struct pt_regs *regs) in uprobe_notify_resume() function