Home
last modified time | relevance | path

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

/linux/arch/s390/kernel/
H A Dkprobes.c453 int kprobe_exceptions_notify(struct notifier_block *self, in kprobe_exceptions_notify() function
486 NOKPROBE_SYMBOL(kprobe_exceptions_notify);
/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/arch/arm/probes/kprobes/
H A Dcore.c358 int __kprobes kprobe_exceptions_notify(struct notifier_block *self, in kprobe_exceptions_notify() function
/linux/arch/sh/kernel/
H A Dkprobes.c404 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/kernel/
H A Dkprobes.c1923 int __weak kprobe_exceptions_notify(struct notifier_block *self, in kprobe_exceptions_notify() function
1928 NOKPROBE_SYMBOL(kprobe_exceptions_notify);
1931 .notifier_call = kprobe_exceptions_notify,