Searched refs:reenter (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/arch/x86/kernel/kprobes/ |
| H A D | common.h | 96 extern int setup_detour_execution(struct kprobe *p, struct pt_regs *regs, int reenter); 99 static inline int setup_detour_execution(struct kprobe *p, struct pt_regs *regs, int reenter) in setup_detour_execution() argument
|
| H A D | opt.c | 540 int setup_detour_execution(struct kprobe *p, struct pt_regs *regs, int reenter) in setup_detour_execution() argument 549 if (!reenter) in setup_detour_execution()
|
| H A D | core.c | 883 struct kprobe_ctlblk *kcb, int reenter) in setup_singlestep() argument 885 if (setup_detour_execution(p, regs, reenter)) in setup_singlestep() 891 if (!reenter) in setup_singlestep() 902 if (reenter) { in setup_singlestep()
|
| /linux-6.15/arch/loongarch/kernel/ |
| H A D | kprobes.c | 156 struct kprobe_ctlblk *kcb, int reenter) in setup_singlestep() argument 160 if (reenter) { in setup_singlestep()
|
| /linux-6.15/arch/riscv/kernel/probes/ |
| H A D | kprobes.c | 168 struct kprobe_ctlblk *kcb, int reenter) in setup_singlestep() argument 172 if (reenter) { in setup_singlestep()
|
| /linux-6.15/arch/arm64/kernel/probes/ |
| H A D | kprobes.c | 196 struct kprobe_ctlblk *kcb, int reenter) in setup_singlestep() argument 200 if (reenter) { in setup_singlestep()
|
| /linux-6.15/arch/csky/kernel/probes/ |
| H A D | kprobes.c | 192 struct kprobe_ctlblk *kcb, int reenter) in setup_singlestep() argument 196 if (reenter) { in setup_singlestep()
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | journalling.rst | 46 reenter a transaction if necessary, but remember you must call
|