send_sig_fault
send_sig_fault(SIGTRAP, TRAP_BRKPT, (void __user *) regs->pc,
send_sig_fault(SIGTRAP, TRAP_BRKPT, (void __user *) regs->pc,
send_sig_fault(SIGTRAP, TRAP_BRKPT, (void __user *)regs->pc,
send_sig_fault(SIGILL, ILL_ILLOPC, (void __user *)regs->pc, current);
send_sig_fault(SIGSEGV, si_code, va, current);
send_sig_fault(SIGBUS, BUS_ADRALN, va, current);
send_sig_fault(SIGFPE, sicode,
send_sig_fault(SIGSEGV, SEGV_MTEAERR, (void __user *)NULL, current);
send_sig_fault(SIGFPE, si_code,
send_sig_fault(SIGILL, ILL_ILLOPC, (void __user *)pc, current);
send_sig_fault(SIGILL, ILL_PRVOPC, (void __user *)pc, current);
send_sig_fault(SIGBUS, BUS_ADRALN,
send_sig_fault(SIGFPE, code, (void __user *)pc, fpt);
send_sig_fault(SIGEMT, EMT_TAGOVF, (void __user *)pc, current);
send_sig_fault(SIGILL, ILL_COPROC, (void __user *)pc, current);
send_sig_fault(SIGILL, ILL_COPROC, (void __user *)pc, current);
send_sig_fault(SIGFPE, FPE_INTDIV, (void __user *)pc, current);
send_sig_fault(SIGBUS, BUS_ADRALN,
int send_sig_fault(int sig, int code, void __user *addr, struct task_struct *t);