Home
last modified time | relevance | path

Searched refs:kprobe_handler (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.10/arch/powerpc/include/asm/
Dkprobes.h90 extern int kprobe_handler(struct pt_regs *regs);
93 static inline int kprobe_handler(struct pt_regs *regs) { return 0; } in kprobe_handler() function
/Linux-v5.10/arch/sh/kernel/
Dkprobes.c213 static int __kprobes kprobe_handler(struct pt_regs *regs) in kprobe_handler() function
439 if (kprobe_handler(args->regs)) { in kprobe_exceptions_notify()
452 if (kprobe_handler(args->regs)) in kprobe_exceptions_notify()
/Linux-v5.10/arch/s390/kernel/
Dkprobes.c279 static int kprobe_handler(struct pt_regs *regs) in kprobe_handler() function
335 NOKPROBE_SYMBOL(kprobe_handler);
513 if (kprobe_handler(regs)) in kprobe_exceptions_notify()
/Linux-v5.10/arch/arm/probes/kprobes/
Dcore.c234 void __kprobes kprobe_handler(struct pt_regs *regs) in kprobe_handler() function
324 kprobe_handler(regs); in kprobe_trap_handler()
Dopt-arm.c148 extern void kprobe_handler(struct pt_regs *regs);
/Linux-v5.10/arch/sparc/kernel/
Dkprobes.c116 static int __kprobes kprobe_handler(struct pt_regs *regs) in kprobe_handler() function
403 if (kprobe_handler(args->regs)) in kprobe_exceptions_notify()
/Linux-v5.10/arch/arm64/kernel/probes/
Dkprobes.c324 static void __kprobes kprobe_handler(struct pt_regs *regs) in kprobe_handler() function
404 kprobe_handler(regs); in kprobe_breakpoint_handler()
/Linux-v5.10/arch/mips/kernel/
Dkprobes.c273 static int __kprobes kprobe_handler(struct pt_regs *regs) in kprobe_handler() function
431 if (kprobe_handler(args->regs)) in kprobe_exceptions_notify()
/Linux-v5.10/arch/powerpc/kernel/
Dkprobes.c269 int kprobe_handler(struct pt_regs *regs) in kprobe_handler() function
380 NOKPROBE_SYMBOL(kprobe_handler);
Dtraps.c1488 if (kprobe_handler(regs)) in program_check_exception()