Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/
Dkprobes.h103 extern int kprobe_handler(struct pt_regs *regs);
106 static inline int kprobe_handler(struct pt_regs *regs) { return 0; } in kprobe_handler() function
/Linux-v4.19/arch/sh/kernel/
Dkprobes.c215 static int __kprobes kprobe_handler(struct pt_regs *regs) in kprobe_handler() function
493 if (kprobe_handler(args->regs)) { in kprobe_exceptions_notify()
506 if (kprobe_handler(args->regs)) in kprobe_exceptions_notify()
/Linux-v4.19/arch/s390/kernel/
Dkprobes.c291 static int kprobe_handler(struct pt_regs *regs) in kprobe_handler() function
347 NOKPROBE_SYMBOL(kprobe_handler);
621 if (kprobe_handler(regs)) in kprobe_exceptions_notify()
/Linux-v4.19/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-v4.19/arch/powerpc/kernel/
Dkprobes.c270 int kprobe_handler(struct pt_regs *regs) in kprobe_handler() function
389 NOKPROBE_SYMBOL(kprobe_handler);
Dtraps.c1391 if (kprobe_handler(regs)) in program_check_exception()
/Linux-v4.19/arch/arm/probes/kprobes/
Dcore.c242 void __kprobes kprobe_handler(struct pt_regs *regs) in kprobe_handler() function
332 kprobe_handler(regs); in kprobe_trap_handler()
Dopt-arm.c161 extern void kprobe_handler(struct pt_regs *regs);
/Linux-v4.19/arch/arm64/kernel/probes/
Dkprobes.c375 static void __kprobes kprobe_handler(struct pt_regs *regs) in kprobe_handler() function
456 kprobe_handler(regs); in kprobe_breakpoint_handler()
/Linux-v4.19/arch/mips/kernel/
Dkprobes.c285 static int __kprobes kprobe_handler(struct pt_regs *regs) in kprobe_handler() function
443 if (kprobe_handler(args->regs)) in kprobe_exceptions_notify()