Home
last modified time | relevance | path

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

/linux-6.12.1/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.12.1/arch/s390/kernel/
Dkprobes.c452 int kprobe_exceptions_notify(struct notifier_block *self, in kprobe_exceptions_notify() function
485 NOKPROBE_SYMBOL(kprobe_exceptions_notify);
/linux-6.12.1/arch/arc/kernel/
Dkprobes.c340 int __kprobes kprobe_exceptions_notify(struct notifier_block *self, in kprobe_exceptions_notify() function
/linux-6.12.1/arch/arm/probes/kprobes/
Dcore.c358 int __kprobes kprobe_exceptions_notify(struct notifier_block *self, in kprobe_exceptions_notify() function
/linux-6.12.1/arch/sparc/kernel/
Dkprobes.c375 int __kprobes kprobe_exceptions_notify(struct notifier_block *self, in kprobe_exceptions_notify() function
/linux-6.12.1/arch/sh/kernel/
Dkprobes.c404 int __kprobes kprobe_exceptions_notify(struct notifier_block *self, in kprobe_exceptions_notify() function
/linux-6.12.1/include/linux/
Dkprobes.h439 int kprobe_exceptions_notify(struct notifier_block *self,
/linux-6.12.1/kernel/
Dkprobes.c1877 int __weak kprobe_exceptions_notify(struct notifier_block *self, in kprobe_exceptions_notify() function
1882 NOKPROBE_SYMBOL(kprobe_exceptions_notify);
1885 .notifier_call = kprobe_exceptions_notify,