Home
last modified time | relevance | path

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

/linux-6.12.1/arch/s390/kernel/
Dtraps.c65 static void do_trap(struct pt_regs *regs, int si_signo, int si_code, char *str) in do_trap() function
72 NOKPROBE_SYMBOL(do_trap);
97 do_trap(regs, signr, sicode, str); \
144 do_trap(regs, SIGFPE, si_code, "floating point exception"); in do_fp_trap()
188 do_trap(regs, signal, ILL_ILLOPC, "illegal operation"); in illegal_op()
200 do_trap(regs, SIGILL, ILL_ILLOPN, "illegal operation"); in vector_exception()
226 do_trap(regs, SIGFPE, si_code, "vector exception"); in vector_exception()
235 do_trap(regs, SIGILL, ILL_ILLOPN, "data exception"); in data_exception()
244 do_trap(regs, SIGILL, ILL_PRVOPC, "space switch event"); in space_switch_exception()
/linux-6.12.1/arch/riscv/mm/
Dfault.c78 do_trap(regs, SIGBUS, BUS_ADRERR, addr); in mm_fault_error()
81 do_trap(regs, SIGSEGV, SEGV_MAPERR, addr); in mm_fault_error()
97 do_trap(regs, SIGSEGV, code, addr); in bad_area_nosemaphore()
125 return do_trap(regs, SIGSEGV, code, addr); in vmalloc_fault()
/linux-6.12.1/arch/csky/mm/
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-6.12.1/arch/x86/kernel/
Dtraps.c192 do_trap(int trapnr, int signr, char *str, struct pt_regs *regs, in do_trap() function
207 NOKPROBE_SYMBOL(do_trap);
217 do_trap(trapnr, signr, str, regs, error_code, sicode, addr); in do_error_trap()
358 do_trap(X86_TRAP_AC, SIGBUS, "alignment check", regs, in DEFINE_IDTENTRY_ERRORCODE()
531 do_trap(X86_TRAP_BR, SIGSEGV, "bounds", regs, 0, 0, NULL); in DEFINE_IDTENTRY()
780 do_trap(X86_TRAP_BP, SIGTRAP, "int3", regs, 0, 0, NULL); in do_int3_user()
1447 do_trap(X86_TRAP_IRET, SIGILL, "iret exception", regs, 0, in DEFINE_IDTENTRY_SW()
/linux-6.12.1/arch/csky/include/asm/
Dbug.h23 void do_trap(struct pt_regs *regs, int signo, int code, unsigned long addr);
/linux-6.12.1/arch/csky/kernel/
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-6.12.1/arch/riscv/include/asm/
Dbug.h90 void do_trap(struct pt_regs *regs, int signo, int code, unsigned long addr);
/linux-6.12.1/arch/openrisc/kernel/
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
Dentry.S862 l.jal do_trap
/linux-6.12.1/arch/riscv/kernel/
Dtraps.c114 void do_trap(struct pt_regs *regs, int signo, int code, unsigned long addr) in do_trap() function
137 do_trap(regs, signo, code, addr); in do_trap_error()