Home
last modified time | relevance | path

Searched refs:kprobe_exceptions_notify (Results 1 – 6 of 6) sorted by relevance

/linux/arch/mips/kernel/
H A Dkprobes.c426 int kprobe_exceptions_notify(struct notifier_block *self, in kprobe_exceptions_notify() function
457 NOKPROBE_SYMBOL(kprobe_exceptions_notify);
/linux/arch/arc/kernel/
H A Dkprobes.c340 int __kprobes kprobe_exceptions_notify(struct notifier_block *self, in kprobe_exceptions_notify() function
/linux/arch/sparc/kernel/
H A Dkprobes.c375 int __kprobes kprobe_exceptions_notify(struct notifier_block *self, in kprobe_exceptions_notify() function
/linux/include/linux/
H A Dkprobes.h439 int kprobe_exceptions_notify(struct notifier_block *self,
/linux/arch/sh/kernel/
H A Dkprobes.c404 int __kprobes kprobe_exceptions_notify(struct notifier_block *self, in kprobe_exceptions_notify() function
/linux/kernel/
H A Dkprobes.c1845 int __weak kprobe_exceptions_notify(struct notifier_block *self, in kprobe_exceptions_notify() function
1850 NOKPROBE_SYMBOL(kprobe_exceptions_notify);
1853 .notifier_call = kprobe_exceptions_notify,