Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Duprobes.h128 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
/openbmc/linux/arch/csky/kernel/
H A Dsignal.c259 uprobe_notify_resume(regs); in do_notify_resume()
/openbmc/linux/kernel/entry/
H A Dcommon.c168 uprobe_notify_resume(regs); in exit_to_user_mode_loop()
/openbmc/linux/arch/powerpc/kernel/
H A Dsignal.c301 uprobe_notify_resume(regs); in do_notify_resume()
/openbmc/linux/arch/arm/kernel/
H A Dsignal.c629 uprobe_notify_resume(regs); in do_work_pending()
/openbmc/linux/arch/sparc/kernel/
H A Dsignal_64.c551 uprobe_notify_resume(regs); in do_notify_resume()
/openbmc/linux/arch/mips/kernel/
H A Dsignal.c911 uprobe_notify_resume(regs); in do_notify_resume()
/openbmc/linux/arch/arm64/kernel/
H A Dsignal.c1293 uprobe_notify_resume(regs); in do_notify_resume()
/openbmc/linux/kernel/events/
H A Duprobes.c2299 * uprobe_notify_resume().
2301 void uprobe_notify_resume(struct pt_regs *regs) in uprobe_notify_resume() function