Searched refs:set_current_kprobe (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/loongarch/kernel/ |
| H 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/arc/kernel/ |
| H 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/riscv/kernel/probes/ |
| H A D | kprobes.c | 145 static void __kprobes set_current_kprobe(struct kprobe *p) in set_current_kprobe() function 179 set_current_kprobe(p); in setup_singlestep() 304 set_current_kprobe(p); in kprobe_breakpoint_handler()
|
| /linux/arch/arm64/kernel/probes/ |
| H A D | kprobes.c | 185 static void __kprobes set_current_kprobe(struct kprobe *p) in set_current_kprobe() function 217 set_current_kprobe(p); in setup_singlestep() 335 set_current_kprobe(p); in kprobe_brk_handler()
|
| /linux/arch/sparc/kernel/ |
| H 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/csky/kernel/probes/ |
| H 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/mips/kernel/ |
| H 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/sh/kernel/ |
| H 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()
|