/kernel/linux/linux-6.6/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); variable 162 set_current_kprobe(p); in setup_singlestep() 228 set_current_kprobe(p); in kprobe_breakpoint_handler()
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | kprobes.c | 66 static inline void __kprobes set_current_kprobe(struct kprobe *p) in set_current_kprobe() function 105 set_current_kprobe(p); in parisc_kprobe_break_handler() 112 set_current_kprobe(p); in parisc_kprobe_break_handler()
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H 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()
|
/kernel/linux/linux-5.10/arch/loongarch/kernel/ |
H A D | kprobes.c | 144 static void set_current_kprobe(struct kprobe *p, struct pt_regs *regs, in set_current_kprobe() function 177 set_current_kprobe(p, regs, kcb); in setup_singlestep() 251 set_current_kprobe(p, regs, kcb); in kprobe_handler()
|
/kernel/linux/linux-5.10/arch/arc/kernel/ |
H 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()
|
/kernel/linux/linux-5.10/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() 346 set_current_kprobe(p); in kprobe_breakpoint_handler()
|
/kernel/linux/linux-5.10/arch/arm64/kernel/probes/ |
H A D | kprobes.c | 156 static void __kprobes set_current_kprobe(struct kprobe *p) in set_current_kprobe() function 201 set_current_kprobe(p); in setup_singlestep() 343 set_current_kprobe(p); in kprobe_handler()
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | kprobes.c | 173 static void set_current_kprobe(struct kprobe *p, struct pt_regs *regs, in set_current_kprobe() function 307 set_current_kprobe(p, regs, kcb); in kprobe_handler() 344 set_current_kprobe(p, regs, kcb); in kprobe_handler()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/arch/arm/probes/kprobes/ |
H A D | core.c | 202 static void __kprobes set_current_kprobe(struct kprobe *p) in set_current_kprobe() function 274 set_current_kprobe(p); in kprobe_handler() 290 set_current_kprobe(p); in kprobe_handler()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/arch/arm64/kernel/probes/ |
H 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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/arch/arc/kernel/ |
H 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()
|
/kernel/linux/linux-6.6/arch/arm/probes/kprobes/ |
H 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()
|
/kernel/linux/linux-6.6/arch/riscv/kernel/probes/ |
H 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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | kprobes.c | 198 static nokprobe_inline void set_current_kprobe(struct kprobe *p, struct pt_regs *regs, in set_current_kprobe() function 335 set_current_kprobe(p, regs, kcb); in kprobe_handler() 352 set_current_kprobe(p, regs, kcb); in kprobe_handler()
|
/kernel/linux/linux-5.10/arch/sh/kernel/ |
H 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()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H 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()
|
/kernel/linux/linux-6.6/arch/sh/kernel/ |
H 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()
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | kprobes.c | 389 static void __kprobes set_current_kprobe(struct kprobe *p, in set_current_kprobe() function 727 set_current_kprobe(p, kcb); in pre_kprobes_handler() 763 set_current_kprobe(p, kcb); in pre_kprobes_handler()
|
/kernel/linux/linux-5.10/arch/x86/kernel/kprobes/ |
H A D | core.c | 807 set_current_kprobe(struct kprobe *p, struct pt_regs *regs, in set_current_kprobe() function 869 set_current_kprobe(p, regs, kcb); in setup_singlestep() 986 set_current_kprobe(p, regs, kcb); in kprobe_int3_handler()
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H 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()
|
/kernel/linux/linux-6.6/arch/x86/kernel/kprobes/ |
H A D | core.c | 816 set_current_kprobe(struct kprobe *p, struct pt_regs *regs, in set_current_kprobe() function 866 set_current_kprobe(p, regs, kcb); in setup_singlestep() 983 set_current_kprobe(p, regs, kcb); in kprobe_int3_handler()
|