Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/ !
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
/linux-6.1.9/arch/csky/kernel/ !
Dsignal.c261 uprobe_notify_resume(regs); in do_notify_resume()
/linux-6.1.9/kernel/entry/ !
Dcommon.c162 uprobe_notify_resume(regs); in exit_to_user_mode_loop()
/linux-6.1.9/arch/riscv/kernel/ !
Dsignal.c328 uprobe_notify_resume(regs); in do_work_pending()
/linux-6.1.9/arch/powerpc/kernel/ !
Dsignal.c301 uprobe_notify_resume(regs); in do_notify_resume()
/linux-6.1.9/arch/arm/kernel/ !
Dsignal.c628 uprobe_notify_resume(regs); in do_work_pending()
/linux-6.1.9/arch/sparc/kernel/ !
Dsignal_64.c551 uprobe_notify_resume(regs); in do_notify_resume()
/linux-6.1.9/arch/mips/kernel/ !
Dsignal.c911 uprobe_notify_resume(regs); in do_notify_resume()
/linux-6.1.9/arch/arm64/kernel/ !
Dsignal.c1120 uprobe_notify_resume(regs); in do_notify_resume()
/linux-6.1.9/kernel/events/ !
Duprobes.c2299 void uprobe_notify_resume(struct pt_regs *regs) in uprobe_notify_resume() function