Searched refs:send_sig_fault (Results 1 – 6 of 6) 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/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 | 1524 send_sig_fault(SIGFPE, si_code, in do_fpsimd_exc()
|
| /linux/kernel/ |
| H A D | signal.c | 1750 int send_sig_fault(int sig, int code, void __user *addr, struct task_struct *t) in send_sig_fault() function
|