Searched defs:do_trap (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/arch/csky/kernel/ |
H A D | traps.c | 115 void do_trap(struct pt_regs *regs, int signo, int code, unsigned long addr) in do_trap() function
|
/openbmc/u-boot/arch/arc/lib/ |
H A D | interrupts.c | 132 void do_trap(struct pt_regs *regs) in do_trap() function
|
/openbmc/linux/arch/s390/kernel/ |
H A D | traps.c | 62 static void do_trap(struct pt_regs *regs, int si_signo, int si_code, char *str) in do_trap() function
|
/openbmc/linux/arch/openrisc/kernel/ |
H A D | traps.c | 208 asmlinkage void do_trap(struct pt_regs *regs, unsigned long address) in do_trap() function
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | traps.c | 99 void do_trap(struct pt_regs *regs, int signo, int code, unsigned long addr) in do_trap() function
|
/openbmc/linux/arch/x86/kernel/ |
H A D | traps.c | 190 do_trap(int trapnr, int signr, char *str, struct pt_regs *regs, in do_trap() function
|