Searched refs:send_sig_fault (Results 1 – 9 of 9) 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/arch/arm64/include/asm/ |
| H A D | entry-common.h | 21 send_sig_fault(SIGSEGV, SEGV_MTEAERR, (void __user *)NULL, current); in arch_exit_to_user_mode_work()
|
| /linux/include/linux/sched/ |
| H A D | signal.h | 317 int send_sig_fault(int sig, int code, void __user *addr, struct task_struct *t);
|
| /linux/arch/arm/vfp/ |
| H A D | vfpmodule.c | 251 send_sig_fault(SIGFPE, sicode, in vfp_raise_sigfpe()
|
| /linux/arch/arm64/kernel/ |
| H A D | fpsimd.c | 1453 send_sig_fault(SIGFPE, si_code, in do_fpsimd_exc()
|
| /linux/kernel/ |
| H A D | signal.c | 1707 int send_sig_fault(int sig, int code, void __user *addr, struct task_struct *t) in send_sig_fault() function
|