Searched refs:kprobe_exceptions_notify (Results  1 – 18 of 18) sorted by relevance
| /Linux-v5.4/arch/arm64/include/asm/ | 
| D | kprobes.h | 47 int kprobe_exceptions_notify(struct notifier_block *self,
 | 
| /Linux-v5.4/arch/arc/include/asm/ | 
| D | kprobes.h | 35 int kprobe_exceptions_notify(struct notifier_block *self,
 | 
| /Linux-v5.4/arch/sh/include/asm/ | 
| D | kprobes.h | 49 extern int kprobe_exceptions_notify(struct notifier_block *self,
 | 
| /Linux-v5.4/arch/sparc/include/asm/ | 
| D | kprobes.h | 50 int kprobe_exceptions_notify(struct notifier_block *self,
 | 
| /Linux-v5.4/arch/mips/include/asm/ | 
| D | kprobes.h | 74 extern int kprobe_exceptions_notify(struct notifier_block *self,
 | 
| /Linux-v5.4/arch/s390/include/asm/ | 
| D | kprobes.h | 77 int kprobe_exceptions_notify(struct notifier_block *self,
 | 
| /Linux-v5.4/arch/arm/include/asm/ | 
| D | kprobes.h | 43 int kprobe_exceptions_notify(struct notifier_block *self,
 | 
| /Linux-v5.4/arch/powerpc/include/asm/ | 
| D | kprobes.h | 87 extern int kprobe_exceptions_notify(struct notifier_block *self,
 | 
| /Linux-v5.4/arch/ia64/include/asm/ | 
| D | kprobes.h | 110 extern int kprobe_exceptions_notify(struct notifier_block *self,
 | 
| /Linux-v5.4/arch/x86/include/asm/ | 
| D | kprobes.h | 105 extern int kprobe_exceptions_notify(struct notifier_block *self,
 | 
| /Linux-v5.4/arch/s390/kernel/ | 
| D | kprobes.c | 610 int kprobe_exceptions_notify(struct notifier_block *self,  in kprobe_exceptions_notify()  function643 NOKPROBE_SYMBOL(kprobe_exceptions_notify);
 
 | 
| /Linux-v5.4/arch/arc/kernel/ | 
| D | kprobes.c | 355 int __kprobes kprobe_exceptions_notify(struct notifier_block *self,  in kprobe_exceptions_notify()  function
 | 
| /Linux-v5.4/arch/sparc/kernel/ | 
| D | kprobes.c | 392 int __kprobes kprobe_exceptions_notify(struct notifier_block *self,  in kprobe_exceptions_notify()  function
 | 
| /Linux-v5.4/arch/arm/probes/kprobes/ | 
| D | core.c | 379 int __kprobes kprobe_exceptions_notify(struct notifier_block *self,  in kprobe_exceptions_notify()  function
 | 
| /Linux-v5.4/arch/sh/kernel/ | 
| D | kprobes.c | 478 int __kprobes kprobe_exceptions_notify(struct notifier_block *self,  in kprobe_exceptions_notify()  function
 | 
| /Linux-v5.4/arch/mips/kernel/ | 
| D | kprobes.c | 422 int __kprobes kprobe_exceptions_notify(struct notifier_block *self,  in kprobe_exceptions_notify()  function
 | 
| /Linux-v5.4/kernel/ | 
| D | kprobes.c | 1815 int __weak kprobe_exceptions_notify(struct notifier_block *self,  in kprobe_exceptions_notify()  function1820 NOKPROBE_SYMBOL(kprobe_exceptions_notify);
 1823 	.notifier_call = kprobe_exceptions_notify,
 
 | 
| /Linux-v5.4/arch/ia64/kernel/ | 
| D | kprobes.c | 953 int __kprobes kprobe_exceptions_notify(struct notifier_block *self,  in kprobe_exceptions_notify()  function
 |