Searched defs:trapnr (Results 1 – 14 of 14) sorted by relevance
/arch/x86/mm/ |
D | extable.c | 25 struct pt_regs *regs, int trapnr) in ex_handler_default() 33 struct pt_regs *regs, int trapnr) in ex_handler_fault() 46 struct pt_regs *regs, int trapnr) in ex_handler_refcount() 99 struct pt_regs *regs, int trapnr) in ex_handler_fprestore() 112 struct pt_regs *regs, int trapnr) in ex_handler_ext() 122 struct pt_regs *regs, int trapnr) in ex_handler_rdmsr_unsafe() 137 struct pt_regs *regs, int trapnr) in ex_handler_wrmsr_unsafe() 151 struct pt_regs *regs, int trapnr) in ex_handler_clear_fs() 173 int fixup_exception(struct pt_regs *regs, int trapnr) in fixup_exception() 203 void __init early_fixup_exception(struct pt_regs *regs, int trapnr) in early_fixup_exception()
|
/arch/x86/kernel/ |
D | traps.c | 172 int fixup_bug(struct pt_regs *regs, int trapnr) in fixup_bug() 191 do_trap_no_signal(struct task_struct *tsk, int trapnr, char *str, in do_trap_no_signal() 219 static siginfo_t *fill_trap_info(struct pt_regs *regs, int signr, int trapnr, in fill_trap_info() 251 do_trap(int trapnr, int signr, char *str, struct pt_regs *regs, in do_trap() 285 unsigned long trapnr, int signr) in do_error_trap() 306 #define DO_ERROR(trapnr, signr, str, name) \ argument 823 static void math_error(struct pt_regs *regs, int error_code, int trapnr) in math_error()
|
/arch/m32r/kernel/ |
D | traps.c | 249 static __inline__ void do_trap(int trapnr, int signr, const char * str, in do_trap() 270 #define DO_ERROR(trapnr, signr, str, name) \ argument 276 #define DO_ERROR_INFO(trapnr, signr, str, name, sicode, siaddr) \ argument
|
/arch/blackfin/kernel/ |
D | traps.c | 83 unsigned long trapnr = fp->seqstat & SEQSTAT_EXCAUSE; in trap_c() local
|
/arch/s390/kernel/ |
D | kprobes.c | 570 static int kprobe_trap_handler(struct pt_regs *regs, int trapnr) in kprobe_trap_handler() 634 int kprobe_fault_handler(struct pt_regs *regs, int trapnr) in kprobe_fault_handler()
|
/arch/tile/kernel/ |
D | kprobes.c | 316 static inline int kprobe_fault_handler(struct pt_regs *regs, int trapnr) in kprobe_fault_handler()
|
/arch/arc/kernel/ |
D | kprobes.c | 298 int __kprobes kprobe_fault_handler(struct pt_regs *regs, unsigned long trapnr) in kprobe_fault_handler()
|
/arch/powerpc/kernel/ |
D | kprobes.c | 540 int kprobe_fault_handler(struct pt_regs *regs, int trapnr) in kprobe_fault_handler()
|
/arch/mips/kernel/ |
D | kprobes.c | 418 static inline int kprobe_fault_handler(struct pt_regs *regs, int trapnr) in kprobe_fault_handler()
|
/arch/sparc/kernel/ |
D | kprobes.c | 324 int __kprobes kprobe_fault_handler(struct pt_regs *regs, int trapnr) in kprobe_fault_handler()
|
/arch/mn10300/kernel/ |
D | kprobes.c | 549 int __kprobes kprobe_fault_handler(struct pt_regs *regs, int trapnr) in kprobe_fault_handler()
|
/arch/sh/kernel/ |
D | kprobes.c | 420 int __kprobes kprobe_fault_handler(struct pt_regs *regs, int trapnr) in kprobe_fault_handler()
|
/arch/x86/kernel/kprobes/ |
D | core.c | 1012 int kprobe_fault_handler(struct pt_regs *regs, int trapnr) in kprobe_fault_handler()
|
/arch/ia64/kernel/ |
D | kprobes.c | 922 int __kprobes kprobe_fault_handler(struct pt_regs *regs, int trapnr) in kprobe_fault_handler()
|