/Linux-v5.4/arch/x86/mm/ |
D | extable.c | 27 struct pt_regs *regs, int trapnr, in ex_handler_default() 37 struct pt_regs *regs, int trapnr, in ex_handler_fault() 52 struct pt_regs *regs, int trapnr, in ex_handler_refcount() 107 struct pt_regs *regs, int trapnr, in ex_handler_fprestore() 122 struct pt_regs *regs, int trapnr, in ex_handler_uaccess() 133 struct pt_regs *regs, int trapnr, in ex_handler_ext() 145 struct pt_regs *regs, int trapnr, in ex_handler_rdmsr_unsafe() 162 struct pt_regs *regs, int trapnr, in ex_handler_wrmsr_unsafe() 178 struct pt_regs *regs, int trapnr, in ex_handler_clear_fs() 202 int fixup_exception(struct pt_regs *regs, int trapnr, unsigned long error_code, in fixup_exception() [all …]
|
/Linux-v5.4/arch/x86/kernel/ |
D | traps.c | 174 int fixup_bug(struct pt_regs *regs, int trapnr) in fixup_bug() 193 do_trap_no_signal(struct task_struct *tsk, int trapnr, const char *str, in do_trap_no_signal() 245 do_trap(int trapnr, int signr, char *str, struct pt_regs *regs, in do_trap() 264 unsigned long trapnr, int signr, int sicode, void __user *addr) in do_error_trap() 283 #define DO_ERROR(trapnr, signr, sicode, addr, str, name) \ argument 818 static void math_error(struct pt_regs *regs, int error_code, int trapnr) in math_error()
|
/Linux-v5.4/include/linux/ |
D | kdebug.h | 13 int trapnr; member
|
D | kprobes.h | 382 static inline int kprobe_fault_handler(struct pt_regs *regs, int trapnr) in kprobe_fault_handler()
|
/Linux-v5.4/samples/kprobes/ |
D | kprobe_example.c | 87 static int handler_fault(struct kprobe *p, struct pt_regs *regs, int trapnr) in handler_fault()
|
/Linux-v5.4/arch/parisc/include/asm/ |
D | kprobes.h | 53 static inline int kprobe_fault_handler(struct pt_regs *regs, int trapnr) in kprobe_fault_handler()
|
/Linux-v5.4/arch/s390/kernel/ |
D | kprobes.c | 533 static int kprobe_trap_handler(struct pt_regs *regs, int trapnr) in kprobe_trap_handler() 594 int kprobe_fault_handler(struct pt_regs *regs, int trapnr) in kprobe_fault_handler()
|
/Linux-v5.4/arch/arc/kernel/ |
D | kprobes.c | 289 int __kprobes kprobe_fault_handler(struct pt_regs *regs, unsigned long trapnr) in kprobe_fault_handler()
|
/Linux-v5.4/arch/sparc/kernel/ |
D | kprobes.c | 320 int __kprobes kprobe_fault_handler(struct pt_regs *regs, int trapnr) in kprobe_fault_handler()
|
/Linux-v5.4/arch/powerpc/kernel/ |
D | kprobes.c | 519 int kprobe_fault_handler(struct pt_regs *regs, int trapnr) in kprobe_fault_handler()
|
/Linux-v5.4/arch/mips/kernel/ |
D | kprobes.c | 401 int kprobe_fault_handler(struct pt_regs *regs, int trapnr) in kprobe_fault_handler()
|
/Linux-v5.4/arch/sh/kernel/ |
D | kprobes.c | 412 int __kprobes kprobe_fault_handler(struct pt_regs *regs, int trapnr) in kprobe_fault_handler()
|
/Linux-v5.4/arch/x86/kernel/kprobes/ |
D | core.c | 1009 int kprobe_fault_handler(struct pt_regs *regs, int trapnr) in kprobe_fault_handler()
|
/Linux-v5.4/kernel/debug/ |
D | debug_core.c | 823 int kgdb_nmicallin(int cpu, int trapnr, void *regs, int err_code, in kgdb_nmicallin()
|
/Linux-v5.4/arch/ia64/kernel/ |
D | kprobes.c | 893 int __kprobes kprobe_fault_handler(struct pt_regs *regs, int trapnr) in kprobe_fault_handler()
|
/Linux-v5.4/kernel/ |
D | kprobes.c | 1127 int trapnr) in aggr_fault_handler()
|