Searched refs:kprobe_handler (Results 1 – 10 of 10) sorted by relevance
90 extern int kprobe_handler(struct pt_regs *regs);93 static inline int kprobe_handler(struct pt_regs *regs) { return 0; } in kprobe_handler() function
213 static int __kprobes kprobe_handler(struct pt_regs *regs) in kprobe_handler() function439 if (kprobe_handler(args->regs)) { in kprobe_exceptions_notify()452 if (kprobe_handler(args->regs)) in kprobe_exceptions_notify()
279 static int kprobe_handler(struct pt_regs *regs) in kprobe_handler() function335 NOKPROBE_SYMBOL(kprobe_handler);513 if (kprobe_handler(regs)) in kprobe_exceptions_notify()
234 void __kprobes kprobe_handler(struct pt_regs *regs) in kprobe_handler() function324 kprobe_handler(regs); in kprobe_trap_handler()
148 extern void kprobe_handler(struct pt_regs *regs);
116 static int __kprobes kprobe_handler(struct pt_regs *regs) in kprobe_handler() function403 if (kprobe_handler(args->regs)) in kprobe_exceptions_notify()
324 static void __kprobes kprobe_handler(struct pt_regs *regs) in kprobe_handler() function404 kprobe_handler(regs); in kprobe_breakpoint_handler()
273 static int __kprobes kprobe_handler(struct pt_regs *regs) in kprobe_handler() function431 if (kprobe_handler(args->regs)) in kprobe_exceptions_notify()
269 int kprobe_handler(struct pt_regs *regs) in kprobe_handler() function380 NOKPROBE_SYMBOL(kprobe_handler);
1488 if (kprobe_handler(regs)) in program_check_exception()