Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/
H 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
/openbmc/linux/arch/s390/kernel/
H A Dkprobes.c307 static int kprobe_handler(struct pt_regs *regs) in kprobe_handler() function
363 NOKPROBE_SYMBOL(kprobe_handler);
493 if (kprobe_handler(regs)) in kprobe_exceptions_notify()
/openbmc/linux/arch/mips/kernel/
H A Dkprobes.c279 static int kprobe_handler(struct pt_regs *regs) in kprobe_handler() function
377 NOKPROBE_SYMBOL(kprobe_handler);
435 if (kprobe_handler(args->regs)) in kprobe_exceptions_notify()
/openbmc/linux/arch/sh/kernel/
H A Dkprobes.c208 static int __kprobes kprobe_handler(struct pt_regs *regs) in kprobe_handler() function
417 if (kprobe_handler(args->regs)) { in kprobe_exceptions_notify()
430 if (kprobe_handler(args->regs)) in kprobe_exceptions_notify()
/openbmc/linux/arch/arm/probes/kprobes/
H A Dcore.c236 static void __kprobes kprobe_handler(struct pt_regs *regs) in kprobe_handler() function
326 kprobe_handler(regs); in kprobe_trap_handler()
/openbmc/linux/arch/sparc/kernel/
H 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()
/openbmc/linux/arch/powerpc/kernel/
H A Dkprobes.c296 int kprobe_handler(struct pt_regs *regs) in kprobe_handler() function
409 NOKPROBE_SYMBOL(kprobe_handler);
H A Dtraps.c1498 if (kprobe_handler(regs)) in do_program_check()