Searched refs:hw_breakpoint_exceptions_notify (Results 1 – 13 of 13) sorted by relevance
/linux-5.19.10/arch/xtensa/include/asm/ |
D | hw_breakpoint.h | 43 int hw_breakpoint_exceptions_notify(struct notifier_block *unused,
|
/linux-5.19.10/arch/sh/include/asm/ |
D | hw_breakpoint.h | 61 extern int hw_breakpoint_exceptions_notify(struct notifier_block *unused,
|
/linux-5.19.10/arch/x86/include/asm/ |
D | hw_breakpoint.h | 60 extern int hw_breakpoint_exceptions_notify(struct notifier_block *unused,
|
/linux-5.19.10/arch/powerpc/include/asm/ |
D | hw_breakpoint.h | 82 extern int hw_breakpoint_exceptions_notify(struct notifier_block *unused,
|
/linux-5.19.10/arch/arm/include/asm/ |
D | hw_breakpoint.h | 128 extern int hw_breakpoint_exceptions_notify(struct notifier_block *unused,
|
/linux-5.19.10/arch/arm64/include/asm/ |
D | hw_breakpoint.h | 119 extern int hw_breakpoint_exceptions_notify(struct notifier_block *unused,
|
/linux-5.19.10/arch/sh/kernel/ |
D | hw_breakpoint.c | 369 int __kprobes hw_breakpoint_exceptions_notify(struct notifier_block *unused, in hw_breakpoint_exceptions_notify() function
|
/linux-5.19.10/arch/powerpc/kernel/ |
D | hw_breakpoint.c | 792 int hw_breakpoint_exceptions_notify( in hw_breakpoint_exceptions_notify() function 808 NOKPROBE_SYMBOL(hw_breakpoint_exceptions_notify);
|
/linux-5.19.10/arch/xtensa/kernel/ |
D | hw_breakpoint.c | 85 int hw_breakpoint_exceptions_notify(struct notifier_block *unused, in hw_breakpoint_exceptions_notify() function
|
/linux-5.19.10/arch/x86/kernel/ |
D | hw_breakpoint.c | 580 int hw_breakpoint_exceptions_notify( in hw_breakpoint_exceptions_notify() function
|
/linux-5.19.10/kernel/events/ |
D | hw_breakpoint.c | 608 .notifier_call = hw_breakpoint_exceptions_notify,
|
/linux-5.19.10/arch/arm64/kernel/ |
D | hw_breakpoint.c | 1027 int hw_breakpoint_exceptions_notify(struct notifier_block *unused, in hw_breakpoint_exceptions_notify() function
|
/linux-5.19.10/arch/arm/kernel/ |
D | hw_breakpoint.c | 1227 int hw_breakpoint_exceptions_notify(struct notifier_block *unused, in hw_breakpoint_exceptions_notify() function
|