kprobes.h (0898782247ae533d1f4e47a06bc5d4870931b284) | kprobes.h (abc28463c81853e4fdf8d009f71b2a3ce62a6f40) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0-only */ 2/* 3 * Kernel Probes (KProbes) 4 * include/asm-mips/kprobes.h 5 * 6 * Copyright 2006 Sony Corp. 7 * Copyright 2010 Cavium Networks 8 */ --- 57 unchanged lines hidden (view full) --- 66 unsigned long kprobe_saved_SR; 67 unsigned long kprobe_saved_epc; 68 /* Per-thread fields, used while emulating branches */ 69 unsigned long flags; 70 unsigned long target_epc; 71 struct prev_kprobe prev_kprobe; 72}; 73 | 1/* SPDX-License-Identifier: GPL-2.0-only */ 2/* 3 * Kernel Probes (KProbes) 4 * include/asm-mips/kprobes.h 5 * 6 * Copyright 2006 Sony Corp. 7 * Copyright 2010 Cavium Networks 8 */ --- 57 unchanged lines hidden (view full) --- 66 unsigned long kprobe_saved_SR; 67 unsigned long kprobe_saved_epc; 68 /* Per-thread fields, used while emulating branches */ 69 unsigned long flags; 70 unsigned long target_epc; 71 struct prev_kprobe prev_kprobe; 72}; 73 |
74extern int kprobe_exceptions_notify(struct notifier_block *self, 75 unsigned long val, void *data); | |
76 77#endif /* CONFIG_KPROBES */ 78#endif /* _ASM_KPROBES_H */ | 74 75#endif /* CONFIG_KPROBES */ 76#endif /* _ASM_KPROBES_H */ |