Searched refs:post_kprobe_handler (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/riscv/kernel/probes/ |
| A D | kprobes.c | 22 post_kprobe_handler(struct kprobe *, struct kprobe_ctlblk *, struct pt_regs *); 48 post_kprobe_handler(p, kcb, regs); in arch_simulate_insn() 206 post_kprobe_handler(struct kprobe *cur, struct kprobe_ctlblk *kcb, struct pt_regs *regs) in post_kprobe_handler() function 328 post_kprobe_handler(cur, kcb, regs); in kprobe_single_step_handler()
|
| /linux/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() 241 post_kprobe_handler(struct kprobe_ctlblk *kcb, struct pt_regs *regs) in post_kprobe_handler() function 368 post_kprobe_handler(kcb, regs); in kprobe_single_step_handler()
|
| /linux/arch/arm64/kernel/probes/ |
| A D | kprobes.c | 42 post_kprobe_handler(struct kprobe *, struct kprobe_ctlblk *, struct pt_regs *); 76 post_kprobe_handler(p, kcb, regs); in arch_simulate_insn() 237 post_kprobe_handler(struct kprobe *cur, struct kprobe_ctlblk *kcb, struct pt_regs *regs) in post_kprobe_handler() function 347 post_kprobe_handler(cur, kcb, regs); in kprobe_breakpoint_ss_handler()
|
| /linux/arch/s390/kernel/ |
| A D | kprobes.c | 435 static int post_kprobe_handler(struct pt_regs *regs) in post_kprobe_handler() function 462 NOKPROBE_SYMBOL(post_kprobe_handler); 538 if (post_kprobe_handler(regs)) in kprobe_exceptions_notify()
|
| /linux/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()
|
| /linux/arch/sh/kernel/ |
| A D | kprobes.c | 311 static int __kprobes post_kprobe_handler(struct pt_regs *regs) in post_kprobe_handler() function 432 if (post_kprobe_handler(args->regs)) in kprobe_exceptions_notify()
|
| /linux/arch/mips/kernel/ |
| A D | kprobes.c | 371 static inline int post_kprobe_handler(struct pt_regs *regs) in post_kprobe_handler() function 431 if (post_kprobe_handler(args->regs)) in kprobe_exceptions_notify()
|
Completed in 13 milliseconds