Searched defs:do_trap (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/arch/c6x/kernel/ |
D | traps.c | 244 static void do_trap(struct exception_info *except_info, struct pt_regs *regs) in do_trap() function
|
/linux-4.4.14/arch/tile/kernel/ |
D | traps.c | 254 void __kprobes do_trap(struct pt_regs *regs, int fault_num, in do_trap() function
|
/linux-4.4.14/arch/s390/kernel/ |
D | traps.c | 86 static void do_trap(struct pt_regs *regs, int si_signo, int si_code, char *str) in do_trap() function
|
/linux-4.4.14/arch/m32r/kernel/ |
D | traps.c | 236 static __inline__ void do_trap(int trapnr, int signr, const char * str, in do_trap() function
|
/linux-4.4.14/arch/openrisc/kernel/ |
D | traps.c | 288 asmlinkage void do_trap(struct pt_regs *regs, unsigned long address) in do_trap() function
|
/linux-4.4.14/arch/x86/kernel/ |
D | traps.c | 245 do_trap(int trapnr, int signr, char *str, struct pt_regs *regs, in do_trap() function
|