Searched refs:reenter (Results 1 – 8 of 8) sorted by relevance
| /linux/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 | core.c | 864 struct kprobe_ctlblk *kcb, int reenter) in setup_singlestep() argument 866 if (setup_detour_execution(p, regs, reenter)) in setup_singlestep() 872 if (!reenter) in setup_singlestep() 883 if (reenter) { in setup_singlestep()
|
| H A D | opt.c | 536 int setup_detour_execution(struct kprobe *p, struct pt_regs *regs, int reenter) in setup_detour_execution() argument 545 if (!reenter) in setup_detour_execution()
|
| /linux/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/arch/riscv/kernel/probes/ |
| H A D | kprobes.c | 173 struct kprobe_ctlblk *kcb, int reenter) in setup_singlestep() argument 177 if (reenter) { in setup_singlestep()
|
| /linux/arch/arm64/kernel/probes/ |
| H A D | kprobes.c | 211 struct kprobe_ctlblk *kcb, int reenter) in setup_singlestep() argument 215 if (reenter) { in setup_singlestep()
|
| /linux/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/Documentation/filesystems/ |
| H A D | journalling.rst | 46 reenter a transaction if necessary, but remember you must call
|