Lines Matching refs:current
62 printk("%s(%d): %s [#%d]\n", current->comm, task_pid_nr(current), str, ++die_counter); in die_if_kernel()
106 (void __user *)regs->pc, type - 0x80, current); in do_hw_interrupt()
119 send_sig_fault(SIGILL, ILL_ILLOPC, (void __user *)pc, 0, current); in do_illegal_instruction()
127 send_sig_fault(SIGILL, ILL_PRVOPC, (void __user *)pc, 0, current); in do_priv_instruction()
148 0, current); in do_memaccess_unaligned()
168 if(last_task_used_math == current) in do_fpd_trap()
176 last_task_used_math = current; in do_fpd_trap()
178 fpload(¤t->thread.float_regs[0], ¤t->thread.fsr); in do_fpd_trap()
189 fpload(¤t->thread.float_regs[0], ¤t->thread.fsr); in do_fpd_trap()
210 struct task_struct *fpt = current;
257 fpload(¤t->thread.float_regs[0], ¤t->thread.fsr);
308 send_sig_fault(SIGEMT, EMT_TAGOVF, (void __user *)pc, 0, current);
330 force_sig_fault(SIGBUS, BUS_OBJERR, (void __user *)pc, 0, current);
336 send_sig_fault(SIGILL, ILL_COPROC, (void __user *)pc, 0, current);
346 send_sig_fault(SIGILL, ILL_COPROC, (void __user *)pc, 0, current);
352 send_sig_fault(SIGFPE, FPE_INTDIV, (void __user *)pc, 0, current);
391 current->active_mm = &init_mm;