/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | kprobes-ftrace.c | 20 struct kprobe_ctlblk *kcb; in kprobe_ftrace_handler() local
|
H A D | kprobes.c | 184 static nokprobe_inline void save_previous_kprobe(struct kprobe_ctlblk *kcb) in save_previous_kprobe() argument 191 static nokprobe_inline void restore_previous_kprobe(struct kprobe_ctlblk *kcb) in restore_previous_kprobe() argument 198 set_current_kprobe(struct kprobe *p, struct pt_regs *regs, struct kprobe_ctlblk *kcb) set_current_kprobe() argument 274 struct kprobe_ctlblk *kcb; kprobe_handler() local 438 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); kprobe_post_handler() local 481 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); kprobe_fault_handler() local [all...] |
/kernel/linux/linux-5.10/arch/csky/kernel/probes/ |
H A D | ftrace.c | 18 struct kprobe_ctlblk *kcb; in kprobe_ftrace_handler() local
|
H A D | kprobes.c | 68 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in arch_simulate_insn() local 133 static void __kprobes save_previous_kprobe(struct kprobe_ctlblk *kcb) in save_previous_kprobe() argument 139 static void __kprobes restore_previous_kprobe(struct kprobe_ctlblk *kcb) in restore_previous_kprobe() argument 158 kprobes_save_local_irqflag(struct kprobe_ctlblk *kcb, struct pt_regs *regs) kprobes_save_local_irqflag() argument 165 kprobes_restore_local_irqflag(struct kprobe_ctlblk *kcb, struct pt_regs *regs) kprobes_restore_local_irqflag() argument 172 set_ss_context(struct kprobe_ctlblk *kcb, unsigned long addr, struct kprobe *p) set_ss_context() argument 180 clear_ss_context(struct kprobe_ctlblk *kcb) clear_ss_context() argument 190 setup_singlestep(struct kprobe *p, struct pt_regs *regs, struct kprobe_ctlblk *kcb, int reenter) setup_singlestep() argument 220 reenter_kprobe(struct kprobe *p, struct pt_regs *regs, struct kprobe_ctlblk *kcb) reenter_kprobe() argument 245 post_kprobe_handler(struct kprobe_ctlblk *kcb, struct pt_regs *regs) post_kprobe_handler() argument 277 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); kprobe_fault_handler() local 332 struct kprobe_ctlblk *kcb; kprobe_breakpoint_handler() local 381 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); kprobe_single_step_handler() local [all...] |
/kernel/linux/linux-5.10/arch/x86/kernel/kprobes/ |
H A D | ftrace.c | 20 struct kprobe_ctlblk *kcb; in kprobe_ftrace_handler() local
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | kprobes-ftrace.c | 20 struct kprobe_ctlblk *kcb; in kprobe_ftrace_handler() local
|
/kernel/linux/linux-6.6/arch/riscv/kernel/probes/ |
H A D | ftrace.c | 11 struct kprobe_ctlblk *kcb; in kprobe_ftrace_handler() local
|
H A D | kprobes.c | 43 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in arch_simulate_insn() local 136 static void __kprobes save_previous_kprobe(struct kprobe_ctlblk *kcb) in save_previous_kprobe() argument 142 static void __kprobes restore_previous_kprobe(struct kprobe_ctlblk *kcb) in restore_previous_kprobe() argument 161 kprobes_save_local_irqflag(struct kprobe_ctlblk *kcb, struct pt_regs *regs) kprobes_save_local_irqflag() argument 168 kprobes_restore_local_irqflag(struct kprobe_ctlblk *kcb, struct pt_regs *regs) kprobes_restore_local_irqflag() argument 174 setup_singlestep(struct kprobe *p, struct pt_regs *regs, struct kprobe_ctlblk *kcb, int reenter) setup_singlestep() argument 202 reenter_kprobe(struct kprobe *p, struct pt_regs *regs, struct kprobe_ctlblk *kcb) reenter_kprobe() argument 227 post_kprobe_handler(struct kprobe *cur, struct kprobe_ctlblk *kcb, struct pt_regs *regs) post_kprobe_handler() argument 254 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); kprobe_fault_handler() local 293 struct kprobe_ctlblk *kcb; kprobe_breakpoint_handler() local 342 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); kprobe_single_step_handler() local [all...] |
/kernel/linux/linux-6.6/arch/x86/kernel/kprobes/ |
H A D | ftrace.c | 21 struct kprobe_ctlblk *kcb; in kprobe_ftrace_handler() local
|
/kernel/linux/linux-6.6/arch/csky/kernel/probes/ |
H A D | ftrace.c | 12 struct kprobe_ctlblk *kcb; in kprobe_ftrace_handler() local
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | kprobes.c | 54 static void __kprobes save_previous_kprobe(struct kprobe_ctlblk *kcb) in save_previous_kprobe() argument 60 static void __kprobes restore_previous_kprobe(struct kprobe_ctlblk *kcb) in restore_previous_kprobe() argument 71 setup_singlestep(struct kprobe *p, struct kprobe_ctlblk *kcb, struct pt_regs *regs) setup_singlestep() argument 84 struct kprobe_ctlblk *kcb; parisc_kprobe_break_handler() local 133 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); parisc_kprobe_ss_handler() local [all...] |
H A D | ftrace.c | 209 struct kprobe_ctlblk *kcb; in kprobe_ftrace_handler() local
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | kprobes.c | 60 static void __kprobes save_previous_kprobe(struct kprobe_ctlblk *kcb) in save_previous_kprobe() argument 66 static void __kprobes restore_previous_kprobe(struct kprobe_ctlblk *kcb) in restore_previous_kprobe() argument 77 setup_singlestep(struct kprobe *p, struct kprobe_ctlblk *kcb, struct pt_regs *regs) setup_singlestep() argument 88 struct kprobe_ctlblk *kcb; parisc_kprobe_break_handler() local 137 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); parisc_kprobe_ss_handler() local [all...] |
H A D | ftrace.c | 204 struct kprobe_ctlblk *kcb; in kprobe_ftrace_handler() local
|
/kernel/linux/linux-5.10/arch/arc/kernel/ |
H A D | kprobes.c | 79 static void __kprobes save_previous_kprobe(struct kprobe_ctlblk *kcb) in save_previous_kprobe() argument 85 static void __kprobes restore_previous_kprobe(struct kprobe_ctlblk *kcb) in restore_previous_kprobe() argument 196 struct kprobe_ctlblk *kcb; in arc_kprobe_handler() local 248 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); arc_post_kprobe_handler() local 292 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); kprobe_fault_handler() local [all...] |
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | kprobes.c | 155 static void save_previous_kprobe(struct kprobe_ctlblk *kcb) in save_previous_kprobe() argument 164 restore_previous_kprobe(struct kprobe_ctlblk *kcb) restore_previous_kprobe() argument 173 set_current_kprobe(struct kprobe *p, struct pt_regs *regs, struct kprobe_ctlblk *kcb) set_current_kprobe() argument 194 evaluate_branch_instruction(struct kprobe *p, struct pt_regs *regs, struct kprobe_ctlblk *kcb) evaluate_branch_instruction() argument 228 prepare_singlestep(struct kprobe *p, struct pt_regs *regs, struct kprobe_ctlblk *kcb) prepare_singlestep() argument 261 resume_execution(struct kprobe *p, struct pt_regs *regs, struct kprobe_ctlblk *kcb) resume_execution() argument 278 struct kprobe_ctlblk *kcb; kprobe_handler() local 375 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); post_kprobe_handler() local 404 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); kprobe_fault_handler() local [all...] |
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | ftrace.c | 205 struct kprobe_ctlblk *kcb; in kprobe_ftrace_handler() local
|
/kernel/linux/linux-5.10/arch/arm/probes/kprobes/ |
H A D | opt-arm.c | 153 struct kprobe_ctlblk *kcb; in optimized_callback() local
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | kprobes.c | 162 static void save_previous_kprobe(struct kprobe_ctlblk *kcb) in save_previous_kprobe() argument 171 restore_previous_kprobe(struct kprobe_ctlblk *kcb) restore_previous_kprobe() argument 180 set_current_kprobe(struct kprobe *p, struct pt_regs *regs, struct kprobe_ctlblk *kcb) set_current_kprobe() argument 201 evaluate_branch_instruction(struct kprobe *p, struct pt_regs *regs, struct kprobe_ctlblk *kcb) evaluate_branch_instruction() argument 235 prepare_singlestep(struct kprobe *p, struct pt_regs *regs, struct kprobe_ctlblk *kcb) prepare_singlestep() argument 266 resume_execution(struct kprobe *p, struct pt_regs *regs, struct kprobe_ctlblk *kcb) resume_execution() argument 284 struct kprobe_ctlblk *kcb; kprobe_handler() local 382 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); post_kprobe_handler() local 411 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); kprobe_fault_handler() local [all...] |
/kernel/linux/linux-6.6/arch/loongarch/kernel/ |
H A D | kprobes.c | 85 static void save_previous_kprobe(struct kprobe_ctlblk *kcb) in save_previous_kprobe() argument 92 static void restore_previous_kprobe(struct kprobe_ctlblk *kcb) in restore_previous_kprobe() argument 113 static void save_local_irqflag(struct kprobe_ctlblk *kcb, in save_local_irqflag() argument 121 restore_local_irqflag(struct kprobe_ctlblk *kcb, struct pt_regs *regs) restore_local_irqflag() argument 128 post_kprobe_handler(struct kprobe *cur, struct kprobe_ctlblk *kcb, struct pt_regs *regs) post_kprobe_handler() argument 155 setup_singlestep(struct kprobe *p, struct pt_regs *regs, struct kprobe_ctlblk *kcb, int reenter) setup_singlestep() argument 183 reenter_kprobe(struct kprobe *p, struct pt_regs *regs, struct kprobe_ctlblk *kcb) reenter_kprobe() argument 209 struct kprobe_ctlblk *kcb; kprobe_breakpoint_handler() local 273 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); kprobe_singlestep_handler() local 291 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); kprobe_fault_handler() local [all...] |
/kernel/linux/linux-6.6/arch/arm64/kernel/probes/ |
H A D | kprobes.c | 85 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in arch_simulate_insn() local 164 static void __kprobes save_previous_kprobe(struct kprobe_ctlblk *kcb) in save_previous_kprobe() argument 170 static void __kprobes restore_previous_kprobe(struct kprobe_ctlblk *kcb) in restore_previous_kprobe() argument 186 kprobes_save_local_irqflag(struct kprobe_ctlblk *kcb, struct pt_regs *regs) kprobes_save_local_irqflag() argument 193 kprobes_restore_local_irqflag(struct kprobe_ctlblk *kcb, struct pt_regs *regs) kprobes_restore_local_irqflag() argument 200 setup_singlestep(struct kprobe *p, struct pt_regs *regs, struct kprobe_ctlblk *kcb, int reenter) setup_singlestep() argument 227 reenter_kprobe(struct kprobe *p, struct pt_regs *regs, struct kprobe_ctlblk *kcb) reenter_kprobe() argument 252 post_kprobe_handler(struct kprobe *cur, struct kprobe_ctlblk *kcb, struct pt_regs *regs) post_kprobe_handler() argument 274 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); kprobe_fault_handler() local 305 struct kprobe_ctlblk *kcb; kprobe_breakpoint_handler() local 353 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); kprobe_breakpoint_ss_handler() local [all...] |
/kernel/linux/linux-6.6/arch/arc/kernel/ |
H A D | kprobes.c | 79 static void __kprobes save_previous_kprobe(struct kprobe_ctlblk *kcb) in save_previous_kprobe() argument 85 static void __kprobes restore_previous_kprobe(struct kprobe_ctlblk *kcb) in restore_previous_kprobe() argument 196 struct kprobe_ctlblk *kcb; in arc_kprobe_handler() local 248 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); arc_post_kprobe_handler() local 292 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); kprobe_fault_handler() local [all...] |
/kernel/linux/linux-6.6/arch/arm/probes/kprobes/ |
H A D | opt-arm.c | 153 struct kprobe_ctlblk *kcb; in optimized_callback() local
|
/kernel/linux/linux-5.10/arch/loongarch/kernel/ |
H A D | kprobes.c | 126 static void save_previous_kprobe(struct kprobe_ctlblk *kcb) in save_previous_kprobe() argument 135 restore_previous_kprobe(struct kprobe_ctlblk *kcb) restore_previous_kprobe() argument 144 set_current_kprobe(struct kprobe *p, struct pt_regs *regs, struct kprobe_ctlblk *kcb) set_current_kprobe() argument 170 setup_singlestep(struct kprobe *p, struct pt_regs *regs, struct kprobe_ctlblk *kcb, int reenter) setup_singlestep() argument 207 reenter_kprobe(struct kprobe *p, struct pt_regs *regs, struct kprobe_ctlblk *kcb) reenter_kprobe() argument 234 struct kprobe_ctlblk *kcb; kprobe_handler() local 285 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); post_kprobe_handler() local 313 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); kprobe_fault_handler() local [all...] |
/kernel/linux/linux-5.10/arch/arm64/kernel/probes/ |
H A D | kprobes.c | 65 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); in arch_simulate_insn() local 144 static void __kprobes save_previous_kprobe(struct kprobe_ctlblk *kcb) in save_previous_kprobe() argument 150 static void __kprobes restore_previous_kprobe(struct kprobe_ctlblk *kcb) in restore_previous_kprobe() argument 166 kprobes_save_local_irqflag(struct kprobe_ctlblk *kcb, struct pt_regs *regs) kprobes_save_local_irqflag() argument 173 kprobes_restore_local_irqflag(struct kprobe_ctlblk *kcb, struct pt_regs *regs) kprobes_restore_local_irqflag() argument 181 set_ss_context(struct kprobe_ctlblk *kcb, unsigned long addr) set_ss_context() argument 187 clear_ss_context(struct kprobe_ctlblk *kcb) clear_ss_context() argument 193 setup_singlestep(struct kprobe *p, struct pt_regs *regs, struct kprobe_ctlblk *kcb, int reenter) setup_singlestep() argument 221 reenter_kprobe(struct kprobe *p, struct pt_regs *regs, struct kprobe_ctlblk *kcb) reenter_kprobe() argument 246 post_kprobe_handler(struct kprobe_ctlblk *kcb, struct pt_regs *regs) post_kprobe_handler() argument 273 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); kprobe_fault_handler() local 329 struct kprobe_ctlblk *kcb; kprobe_handler() local 370 kprobe_ss_hit(struct kprobe_ctlblk *kcb, unsigned long addr) kprobe_ss_hit() argument 384 struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); kprobe_breakpoint_ss_handler() local [all...] |