Searched refs:post_kprobe_handler (Results 1 – 8 of 8) sorted by relevance
| /arch/loongarch/kernel/ |
| A D | kprobes.c | 128 static void post_kprobe_handler(struct kprobe *cur, struct kprobe_ctlblk *kcb, in post_kprobe_handler() function 153 NOKPROBE_SYMBOL(post_kprobe_handler); 178 post_kprobe_handler(p, kcb, regs); in setup_singlestep() 279 post_kprobe_handler(cur, kcb, regs); in kprobe_singlestep_handler()
|
| /arch/arm64/kernel/probes/ |
| A D | kprobes.c | 42 post_kprobe_handler(struct kprobe *, struct kprobe_ctlblk *, struct pt_regs *); 91 post_kprobe_handler(p, kcb, regs); in arch_simulate_insn() 246 post_kprobe_handler(struct kprobe *cur, struct kprobe_ctlblk *kcb, struct pt_regs *regs) in post_kprobe_handler() function 349 post_kprobe_handler(cur, kcb, regs); in kprobe_ss_brk_handler()
|
| /arch/riscv/kernel/probes/ |
| A D | kprobes.c | 23 post_kprobe_handler(struct kprobe *, struct kprobe_ctlblk *, struct pt_regs *); 49 post_kprobe_handler(p, kcb, regs); in arch_simulate_insn() 219 post_kprobe_handler(struct kprobe *cur, struct kprobe_ctlblk *kcb, struct pt_regs *regs) in post_kprobe_handler() function 341 post_kprobe_handler(cur, kcb, regs); in kprobe_single_step_handler()
|
| /arch/csky/kernel/probes/ |
| A D | kprobes.c | 20 post_kprobe_handler(struct kprobe_ctlblk *, struct pt_regs *); 75 post_kprobe_handler(kcb, regs); in arch_simulate_insn() 245 post_kprobe_handler(struct kprobe_ctlblk *kcb, struct pt_regs *regs) in post_kprobe_handler() function 372 post_kprobe_handler(kcb, regs); in kprobe_single_step_handler()
|
| /arch/s390/kernel/ |
| A D | kprobes.c | 370 static int post_kprobe_handler(struct pt_regs *regs) in post_kprobe_handler() function 396 NOKPROBE_SYMBOL(post_kprobe_handler); 469 if (post_kprobe_handler(regs)) in kprobe_exceptions_notify()
|
| /arch/sparc/kernel/ |
| A D | kprobes.c | 293 static int __kprobes post_kprobe_handler(struct pt_regs *regs) in post_kprobe_handler() function 390 if (post_kprobe_handler(args->regs)) in kprobe_exceptions_notify()
|
| /arch/mips/kernel/ |
| A D | kprobes.c | 379 static inline int post_kprobe_handler(struct pt_regs *regs) in post_kprobe_handler() function 439 if (post_kprobe_handler(args->regs)) in kprobe_exceptions_notify()
|
| /arch/sh/kernel/ |
| A D | kprobes.c | 306 static int __kprobes post_kprobe_handler(struct pt_regs *regs) in post_kprobe_handler() function 423 if (post_kprobe_handler(args->regs)) in kprobe_exceptions_notify()
|
Completed in 13 milliseconds