Home
last modified time | relevance | path

Searched refs:do_trap (Results 1 – 8 of 8) sorted by relevance

/linux/arch/s390/kernel/
H A Dtraps.c63 static void do_trap(struct pt_regs *regs, int si_signo, int si_code, char *str) in do_trap() function
69 NOKPROBE_SYMBOL(do_trap);
93 do_trap(regs, signr, sicode, str); \
129 do_trap(regs, SIGFPE, si_code, "floating point exception"); in do_fp_trap()
172 do_trap(regs, signal, ILL_ILLOPC, "illegal operation"); in illegal_op()
202 do_trap(regs, SIGFPE, si_code, "vector exception"); in vector_exception()
211 do_trap(regs, SIGILL, ILL_ILLOPN, "data exception"); in data_exception()
220 do_trap(regs, SIGILL, ILL_PRVOPC, "space switch event"); in space_switch_exception()
/linux/arch/csky/mm/
H A Dfault.c94 do_trap(regs, SIGBUS, BUS_ADRERR, addr); in mm_fault_error()
108 do_trap(regs, SIGSEGV, code, addr); in bad_area_nosemaphore()
125 do_trap(regs, SIGSEGV, code, addr); in vmalloc_fault()
/linux/arch/riscv/mm/
H A Dfault.c133 do_trap(regs, SIGBUS, BUS_ADRERR, addr); in mm_fault_error()
136 do_trap(regs, SIGSEGV, SEGV_MAPERR, addr); in mm_fault_error()
152 do_trap(regs, SIGSEGV, code, addr); in bad_area_nosemaphore()
180 return do_trap(regs, SIGSEGV, code, addr); in vmalloc_fault()
/linux/arch/csky/include/asm/
H A Dbug.h23 void do_trap(struct pt_regs *regs, int signo, int code, unsigned long addr);
/linux/arch/csky/kernel/
H A Dtraps.c116 void do_trap(struct pt_regs *regs, int signo, int code, unsigned long addr) in do_trap() function
138 do_trap(regs, signo, code, addr); in do_trap_error()
/linux/arch/openrisc/kernel/
H A Dtraps.c44 asmlinkage void do_trap(struct pt_regs *regs, unsigned long address);
213 asmlinkage void do_trap(struct pt_regs *regs, unsigned long address) in do_trap() function
H A Dentry.S868 l.jal do_trap
/linux/arch/riscv/kernel/
H A Dtraps.c115 void do_trap(struct pt_regs *regs, int signo, int code, unsigned long addr) in do_trap() function
138 do_trap(regs, signo, code, addr); in do_trap_error()