Lines Matching refs:current
63 printk("%s(%d): %s [#%d]\n", current->comm, task_pid_nr(current), str, ++die_counter); in die_if_kernel()
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()
147 current); in do_memaccess_unaligned()
167 if(last_task_used_math == current) in do_fpd_trap()
175 last_task_used_math = current; in do_fpd_trap()
177 fpload(¤t->thread.float_regs[0], ¤t->thread.fsr); in do_fpd_trap()
188 fpload(¤t->thread.float_regs[0], ¤t->thread.fsr); in do_fpd_trap()
209 struct task_struct *fpt = current;
256 fpload(¤t->thread.float_regs[0], ¤t->thread.fsr);
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);
390 current->active_mm = &init_mm;