| /linux/arch/loongarch/kernel/ |
| A D | kprobes.c | 99 static void set_current_kprobe(struct kprobe *p) in set_current_kprobe() function 103 NOKPROBE_SYMBOL(set_current_kprobe); 162 set_current_kprobe(p); in setup_singlestep() 228 set_current_kprobe(p); in kprobe_breakpoint_handler()
|
| /linux/arch/parisc/kernel/ |
| A D | kprobes.c | 72 static inline void __kprobes set_current_kprobe(struct kprobe *p) in set_current_kprobe() function 109 set_current_kprobe(p); in parisc_kprobe_break_handler() 116 set_current_kprobe(p); in parisc_kprobe_break_handler()
|
| /linux/arch/riscv/kernel/probes/ |
| A D | kprobes.c | 140 static void __kprobes set_current_kprobe(struct kprobe *p) in set_current_kprobe() function 174 set_current_kprobe(p); in setup_singlestep() 299 set_current_kprobe(p); in kprobe_breakpoint_handler()
|
| /linux/arch/arc/kernel/ |
| A D | kprobes.c | 91 static inline void __kprobes set_current_kprobe(struct kprobe *p) in set_current_kprobe() function 214 set_current_kprobe(p); in arc_kprobe_handler() 221 set_current_kprobe(p); in arc_kprobe_handler()
|
| /linux/arch/arm64/kernel/probes/ |
| A D | kprobes.c | 169 static void __kprobes set_current_kprobe(struct kprobe *p) in set_current_kprobe() function 201 set_current_kprobe(p); in setup_singlestep() 319 set_current_kprobe(p); in kprobe_breakpoint_handler()
|
| /linux/arch/sparc/kernel/ |
| A D | kprobes.c | 93 static void __kprobes set_current_kprobe(struct kprobe *p, struct pt_regs *regs, in set_current_kprobe() function 145 set_current_kprobe(p, regs, kcb); in kprobe_handler() 176 set_current_kprobe(p, regs, kcb); in kprobe_handler()
|
| /linux/arch/powerpc/kernel/ |
| A D | kprobes.c | 224 static nokprobe_inline void set_current_kprobe(struct kprobe *p, struct pt_regs *regs, in set_current_kprobe() function 339 set_current_kprobe(p, regs, kcb); in kprobe_handler() 356 set_current_kprobe(p, regs, kcb); in kprobe_handler()
|
| /linux/arch/csky/kernel/probes/ |
| A D | kprobes.c | 145 static void __kprobes set_current_kprobe(struct kprobe *p) in set_current_kprobe() function 198 set_current_kprobe(p); in setup_singlestep() 328 set_current_kprobe(p); in kprobe_breakpoint_handler()
|
| /linux/arch/arm/probes/kprobes/ |
| A D | core.c | 204 static void __kprobes set_current_kprobe(struct kprobe *p) in set_current_kprobe() function 276 set_current_kprobe(p); in kprobe_handler() 292 set_current_kprobe(p); in kprobe_handler()
|
| /linux/arch/sh/kernel/ |
| A D | kprobes.c | 128 static void __kprobes set_current_kprobe(struct kprobe *p, struct pt_regs *regs, in set_current_kprobe() function 239 set_current_kprobe(p, regs, kcb); in kprobe_handler() 265 set_current_kprobe(p, regs, kcb); in kprobe_handler()
|
| /linux/arch/mips/kernel/ |
| A D | kprobes.c | 180 static void set_current_kprobe(struct kprobe *p, struct pt_regs *regs, in set_current_kprobe() function 313 set_current_kprobe(p, regs, kcb); in kprobe_handler() 350 set_current_kprobe(p, regs, kcb); in kprobe_handler()
|
| /linux/arch/x86/kernel/kprobes/ |
| A D | core.c | 863 set_current_kprobe(struct kprobe *p, struct pt_regs *regs, in set_current_kprobe() function 913 set_current_kprobe(p, regs, kcb); in setup_singlestep() 1030 set_current_kprobe(p, regs, kcb); in kprobe_int3_handler()
|