/linux-6.3-rc2/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-6.3-rc2/arch/loongarch/kernel/ |
A D | kprobes.c | 149 static void set_current_kprobe(struct kprobe *p) in set_current_kprobe() function 153 NOKPROBE_SYMBOL(set_current_kprobe); 210 set_current_kprobe(p); in setup_singlestep() 275 set_current_kprobe(p); in kprobe_breakpoint_handler()
|
/linux-6.3-rc2/arch/riscv/kernel/probes/ |
A D | kprobes.c | 148 static void __kprobes set_current_kprobe(struct kprobe *p) in set_current_kprobe() function 182 set_current_kprobe(p); in setup_singlestep() 307 set_current_kprobe(p); in kprobe_breakpoint_handler()
|
/linux-6.3-rc2/arch/arc/kernel/ |
A D | kprobes.c | 91 static inline void __kprobes set_current_kprobe(struct kprobe *p) in set_current_kprobe() function 213 set_current_kprobe(p); in arc_kprobe_handler() 220 set_current_kprobe(p); in arc_kprobe_handler()
|
/linux-6.3-rc2/arch/arm64/kernel/probes/ |
A D | kprobes.c | 176 static void __kprobes set_current_kprobe(struct kprobe *p) in set_current_kprobe() function 208 set_current_kprobe(p); in setup_singlestep() 326 set_current_kprobe(p); in kprobe_breakpoint_handler()
|
/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/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-6.3-rc2/arch/powerpc/kernel/ |
A D | kprobes.c | 238 static nokprobe_inline void set_current_kprobe(struct kprobe *p, struct pt_regs *regs, in set_current_kprobe() function 363 set_current_kprobe(p, regs, kcb); in kprobe_handler() 380 set_current_kprobe(p, regs, kcb); in kprobe_handler()
|
/linux-6.3-rc2/arch/sh/kernel/ |
A D | kprobes.c | 133 static void __kprobes set_current_kprobe(struct kprobe *p, struct pt_regs *regs, in set_current_kprobe() function 244 set_current_kprobe(p, regs, kcb); in kprobe_handler() 270 set_current_kprobe(p, regs, kcb); in kprobe_handler()
|
/linux-6.3-rc2/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-6.3-rc2/arch/ia64/kernel/ |
A D | kprobes.c | 389 static void __kprobes set_current_kprobe(struct kprobe *p, in set_current_kprobe() function 726 set_current_kprobe(p, kcb); in pre_kprobes_handler() 762 set_current_kprobe(p, kcb); in pre_kprobes_handler()
|
/linux-6.3-rc2/arch/x86/kernel/kprobes/ |
A D | core.c | 781 set_current_kprobe(struct kprobe *p, struct pt_regs *regs, in set_current_kprobe() function 831 set_current_kprobe(p, regs, kcb); in setup_singlestep() 948 set_current_kprobe(p, regs, kcb); in kprobe_int3_handler()
|