Home
last modified time | relevance | path

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

/linux-6.8/arch/mips/kernel/
Dkprobes.c426 int kprobe_exceptions_notify(struct notifier_block *self, in kprobe_exceptions_notify() function
457 NOKPROBE_SYMBOL(kprobe_exceptions_notify);
/linux-6.8/arch/s390/kernel/
Dkprobes.c488 int kprobe_exceptions_notify(struct notifier_block *self, in kprobe_exceptions_notify() function
521 NOKPROBE_SYMBOL(kprobe_exceptions_notify);
/linux-6.8/arch/arc/kernel/
Dkprobes.c339 int __kprobes kprobe_exceptions_notify(struct notifier_block *self, in kprobe_exceptions_notify() function
/linux-6.8/arch/sparc/kernel/
Dkprobes.c375 int __kprobes kprobe_exceptions_notify(struct notifier_block *self, in kprobe_exceptions_notify() function
/linux-6.8/arch/arm/probes/kprobes/
Dcore.c358 int __kprobes kprobe_exceptions_notify(struct notifier_block *self, in kprobe_exceptions_notify() function
/linux-6.8/arch/sh/kernel/
Dkprobes.c409 int __kprobes kprobe_exceptions_notify(struct notifier_block *self, in kprobe_exceptions_notify() function
/linux-6.8/include/linux/
Dkprobes.h444 int kprobe_exceptions_notify(struct notifier_block *self,
/linux-6.8/kernel/
Dkprobes.c1865 int __weak kprobe_exceptions_notify(struct notifier_block *self, in kprobe_exceptions_notify() function
1870 NOKPROBE_SYMBOL(kprobe_exceptions_notify);
1873 .notifier_call = kprobe_exceptions_notify,