Searched refs:send_sig_fault (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/arch/sparc/kernel/ |
D | traps_32.c | 119 send_sig_fault(SIGILL, ILL_ILLOPC, (void __user *)pc, 0, current); in do_illegal_instruction() 127 send_sig_fault(SIGILL, ILL_PRVOPC, (void __user *)pc, 0, current); in do_priv_instruction() 146 send_sig_fault(SIGBUS, BUS_ADRALN, in do_memaccess_unaligned() 294 send_sig_fault(SIGFPE, code, (void __user *)pc, 0, fpt); 308 send_sig_fault(SIGEMT, EMT_TAGOVF, (void __user *)pc, 0, current); 336 send_sig_fault(SIGILL, ILL_COPROC, (void __user *)pc, 0, current); 346 send_sig_fault(SIGILL, ILL_COPROC, (void __user *)pc, 0, current); 352 send_sig_fault(SIGFPE, FPE_INTDIV, (void __user *)pc, 0, current);
|
D | unaligned_32.c | 314 send_sig_fault(SIGBUS, BUS_ADRALN, in user_mna_trap_fault()
|
/Linux-v4.19/arch/alpha/kernel/ |
D | traps.c | 230 send_sig_fault(SIGFPE, si_code, (void __user *) regs->pc, 0, current); in do_entArith() 271 send_sig_fault(SIGTRAP, TRAP_BRKPT, (void __user *)regs->pc, 0, in do_entIF() 276 send_sig_fault(SIGTRAP, TRAP_UNK, (void __user *) regs->pc, 0, in do_entIF() 338 send_sig_fault(signo, code, (void __user *) regs->pc, regs->r16, in do_entIF() 363 send_sig_fault(SIGFPE, si_code, in do_entIF() 390 send_sig_fault(SIGILL, ILL_ILLOPC, (void __user *)regs->pc, 0, current); in do_entIF() 967 send_sig_fault(SIGSEGV, si_code, va, 0, current); in do_entUnaUser() 972 send_sig_fault(SIGBUS, BUS_ADRALN, va, 0, current); in do_entUnaUser()
|
D | signal.c | 222 send_sig_fault(SIGTRAP, TRAP_BRKPT, (void __user *) regs->pc, 0, in do_sigreturn() 250 send_sig_fault(SIGTRAP, TRAP_BRKPT, (void __user *) regs->pc, 0, in do_rt_sigreturn()
|
D | osf_sys.c | 880 send_sig_fault(SIGFPE, si_code, in SYSCALL_DEFINE5()
|
/Linux-v4.19/include/linux/sched/ |
D | signal.h | 312 int send_sig_fault(int sig, int code, void __user *addr
|
/Linux-v4.19/kernel/ |
D | signal.c | 1550 int send_sig_fault(int sig, int code, void __user *addr in send_sig_fault() function
|