Searched defs:do_trap (Results 1 – 6 of 6) sorted by relevance
/linux-3.3/arch/tile/kernel/ |
D | traps.c | 197 void __kprobes do_trap(struct pt_regs *regs, int fault_num, in do_trap() function
|
/linux-3.3/arch/c6x/kernel/ |
D | traps.c | 251 static void do_trap(struct exception_info *except_info, struct pt_regs *regs) in do_trap() function
|
/linux-3.3/arch/m32r/kernel/ |
D | traps.c | 248 static __inline__ void do_trap(int trapnr, int signr, const char * str, in do_trap() function
|
/linux-3.3/arch/openrisc/kernel/ |
D | traps.c | 299 asmlinkage void do_trap(struct pt_regs *regs, unsigned long address) in do_trap() function
|
/linux-3.3/arch/s390/kernel/ |
D | traps.c | 295 static void __kprobes do_trap(struct pt_regs *regs, in do_trap() function
|
/linux-3.3/arch/x86/kernel/ |
D | traps.c | 111 do_trap(int trapnr, int signr, char *str, struct pt_regs *regs, in do_trap() function
|