Searched defs:do_trap (Results 1 – 6 of 6) sorted by relevance
/linux-5.10/arch/riscv/kernel/ |
D | traps.c | 59 void do_trap(struct pt_regs *regs, int signo, int code, unsigned long addr) in do_trap() function
|
/linux-5.10/arch/csky/kernel/ |
D | traps.c | 117 void do_trap(struct pt_regs *regs, int signo, int code, unsigned long addr) in do_trap() function
|
/linux-5.10/arch/c6x/kernel/ |
D | traps.c | 241 static void do_trap(struct exception_info *except_info, struct pt_regs *regs) in do_trap() function
|
/linux-5.10/arch/s390/kernel/ |
D | traps.c | 58 static void do_trap(struct pt_regs *regs, int si_signo, int si_code, char *str) in do_trap() function
|
/linux-5.10/arch/openrisc/kernel/ |
D | traps.c | 239 asmlinkage void do_trap(struct pt_regs *regs, unsigned long address) in do_trap() function
|
/linux-5.10/arch/x86/kernel/ |
D | traps.c | 152 do_trap(int trapnr, int signr, char *str, struct pt_regs *regs, in do_trap() function
|