Searched refs:post_kprobe_handler (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/arch/loongarch/kernel/ |
H 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()
|
/openbmc/linux/arch/riscv/kernel/probes/ |
H 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() 226 post_kprobe_handler(struct kprobe *cur, struct kprobe_ctlblk *kcb, struct pt_regs *regs) in post_kprobe_handler() function 348 post_kprobe_handler(cur, kcb, regs); in kprobe_single_step_handler()
|
/openbmc/linux/arch/arm64/kernel/probes/ |
H 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() 252 post_kprobe_handler(struct kprobe *cur, struct kprobe_ctlblk *kcb, struct pt_regs *regs) in post_kprobe_handler() function 360 post_kprobe_handler(cur, kcb, regs); in kprobe_breakpoint_ss_handler()
|
/openbmc/linux/arch/csky/kernel/probes/ |
H 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()
|
/openbmc/linux/arch/s390/kernel/ |
H A D | kprobes.c | 398 static int post_kprobe_handler(struct pt_regs *regs) in post_kprobe_handler() function 424 NOKPROBE_SYMBOL(post_kprobe_handler); 497 if (post_kprobe_handler(regs)) in kprobe_exceptions_notify()
|
/openbmc/linux/arch/sparc/kernel/ |
H 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()
|
/openbmc/linux/arch/mips/kernel/ |
H 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()
|
/openbmc/linux/arch/sh/kernel/ |
H A D | kprobes.c | 306 static int __kprobes post_kprobe_handler(struct pt_regs *regs) in post_kprobe_handler() function 427 if (post_kprobe_handler(args->regs)) in kprobe_exceptions_notify()
|