Searched refs:send_sig_fault (Results 1 – 7 of 7) sorted by relevance
/linux/arch/sparc/kernel/ |
H A D | traps_32.c | 118 send_sig_fault(SIGILL, ILL_ILLOPC, (void __user *)pc, current); in do_illegal_instruction() 126 send_sig_fault(SIGILL, ILL_PRVOPC, (void __user *)pc, current); in do_priv_instruction() 145 send_sig_fault(SIGBUS, BUS_ADRALN, in do_memaccess_unaligned() 293 send_sig_fault(SIGFPE, code, (void __user *)pc, fpt); 307 send_sig_fault(SIGEMT, EMT_TAGOVF, (void __user *)pc, current); 335 send_sig_fault(SIGILL, ILL_COPROC, (void __user *)pc, current); 345 send_sig_fault(SIGILL, ILL_COPROC, (void __user *)pc, current); 351 send_sig_fault(SIGFPE, FPE_INTDIV, (void __user *)pc, current);
|
H A D | unaligned_32.c | 279 send_sig_fault(SIGBUS, BUS_ADRALN, in user_unaligned_trap()
|
/linux/arch/alpha/kernel/ |
H A D | traps.c | 251 send_sig_fault(SIGTRAP, TRAP_BRKPT, (void __user *)regs->pc, in do_entIF() 330 send_sig_fault(SIGILL, ILL_ILLOPC, (void __user *)regs->pc, current); in do_entIF() 907 send_sig_fault(SIGSEGV, si_code, va, current); in do_entUnaUser() 912 send_sig_fault(SIGBUS, BUS_ADRALN, va, current); in do_entUnaUser()
|
H A D | signal.c | 223 send_sig_fault(SIGTRAP, TRAP_BRKPT, (void __user *) regs->pc, in do_sigreturn() 251 send_sig_fault(SIGTRAP, TRAP_BRKPT, (void __user *) regs->pc, in do_rt_sigreturn()
|
/linux/include/linux/sched/ |
H A D | signal.h | 311 int send_sig_fault(int sig, int code, void __user *addr, struct task_struct *t);
|
/linux/arch/arm64/kernel/ |
H A D | entry-common.c | 143 send_sig_fault(SIGSEGV, SEGV_MTEAERR, in do_notify_resume()
|
/linux/kernel/ |
H A D | signal.c | 1706 int send_sig_fault(int sig, int code, void __user *addr, struct task_struct *t) in send_sig_fault() function
|