Home
last modified time | relevance | path

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

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