Searched defs:do_trap (Results 1 – 5 of 5) sorted by relevance
/linux-6.14.4/arch/csky/kernel/ |
D | traps.c | 116 void do_trap(struct pt_regs *regs, int signo, int code, unsigned long addr) in do_trap() function
|
/linux-6.14.4/arch/s390/kernel/ |
D | traps.c | 66 static void do_trap(struct pt_regs *regs, int si_signo, int si_code, char *str) in do_trap() function
|
/linux-6.14.4/arch/openrisc/kernel/ |
D | traps.c | 213 asmlinkage void do_trap(struct pt_regs *regs, unsigned long address) in do_trap() function
|
/linux-6.14.4/arch/riscv/kernel/ |
D | traps.c | 114 void do_trap(struct pt_regs *regs, int signo, int code, unsigned long addr) in do_trap() function
|
/linux-6.14.4/arch/x86/kernel/ |
D | traps.c | 192 do_trap(int trapnr, int signr, char *str, struct pt_regs *regs, in do_trap() function
|