Home
last modified time | relevance | path

Searched defs:do_trap (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Dtraps.c63 void do_trap(struct pt_regs *regs, int signo, int code, unsigned long addr) in do_trap() function
/OK3568_Linux_fs/kernel/arch/csky/kernel/
H A Dtraps.c117 void do_trap(struct pt_regs *regs, int signo, int code, unsigned long addr) in do_trap() function
/OK3568_Linux_fs/kernel/arch/c6x/kernel/
H A Dtraps.c241 static void do_trap(struct exception_info *except_info, struct pt_regs *regs) in do_trap() function
/OK3568_Linux_fs/u-boot/arch/arc/lib/
H A Dinterrupts.c133 void do_trap(struct pt_regs *regs) in do_trap() function
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dtraps.c58 static void do_trap(struct pt_regs *regs, int si_signo, int si_code, char *str) in do_trap() function
/OK3568_Linux_fs/kernel/arch/openrisc/kernel/
H A Dtraps.c239 asmlinkage void do_trap(struct pt_regs *regs, unsigned long address) in do_trap() function
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dtraps.c152 do_trap(int trapnr, int signr, char *str, struct pt_regs *regs, in do_trap() function