Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
A 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/arch/sh/kernel/
A Dkprobes.c213 static int __kprobes kprobe_handler(struct pt_regs *regs) in kprobe_handler() function
422 if (kprobe_handler(args->regs)) { in kprobe_exceptions_notify()
435 if (kprobe_handler(args->regs)) in kprobe_exceptions_notify()
/linux/arch/s390/kernel/
A Dkprobes.c317 static int kprobe_handler(struct pt_regs *regs) in kprobe_handler() function
373 NOKPROBE_SYMBOL(kprobe_handler);
534 if (kprobe_handler(regs)) in kprobe_exceptions_notify()
/linux/arch/sparc/kernel/
A Dkprobes.c116 static int __kprobes kprobe_handler(struct pt_regs *regs) in kprobe_handler() function
386 if (kprobe_handler(args->regs)) in kprobe_exceptions_notify()
/linux/arch/arm64/kernel/probes/
A Dkprobes.c294 static void __kprobes kprobe_handler(struct pt_regs *regs) in kprobe_handler() function
364 kprobe_handler(regs); in kprobe_breakpoint_handler()
/linux/arch/arm/probes/kprobes/
A Dcore.c236 void __kprobes kprobe_handler(struct pt_regs *regs) in kprobe_handler() function
326 kprobe_handler(regs); in kprobe_trap_handler()
A Dopt-arm.c148 extern void kprobe_handler(struct pt_regs *regs);
/linux/arch/mips/kernel/
A Dkprobes.c272 static int __kprobes kprobe_handler(struct pt_regs *regs) in kprobe_handler() function
427 if (kprobe_handler(args->regs)) in kprobe_exceptions_notify()
/linux/arch/powerpc/kernel/
A Dkprobes.c285 int kprobe_handler(struct pt_regs *regs) in kprobe_handler() function
398 NOKPROBE_SYMBOL(kprobe_handler);
A Dtraps.c1478 if (kprobe_handler(regs)) in do_program_check()

Completed in 19 milliseconds