Searched refs:kprobe_handler (Results 1 – 8 of 8) sorted by relevance
88 extern int kprobe_handler(struct pt_regs *regs);91 static inline int kprobe_handler(struct pt_regs *regs) { return 0; } in kprobe_handler() function
279 static int kprobe_handler(struct pt_regs *regs) in kprobe_handler() function377 NOKPROBE_SYMBOL(kprobe_handler);435 if (kprobe_handler(args->regs)) in kprobe_exceptions_notify()
208 static int __kprobes kprobe_handler(struct pt_regs *regs) in kprobe_handler() function414 if (kprobe_handler(args->regs)) { in kprobe_exceptions_notify()426 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);465 if (kprobe_handler(regs)) in kprobe_exceptions_notify()
236 static void __kprobes kprobe_handler(struct pt_regs *regs) in kprobe_handler() function326 kprobe_handler(regs); in kprobe_trap_handler()
116 static int __kprobes kprobe_handler(struct pt_regs *regs) in kprobe_handler() function386 if (kprobe_handler(args->regs)) in kprobe_exceptions_notify()
270 int kprobe_handler(struct pt_regs *regs) in kprobe_handler() function383 NOKPROBE_SYMBOL(kprobe_handler);
1497 if (kprobe_handler(regs)) in do_program_check()
Completed in 17 milliseconds