Lines Matching refs:current
59 printk("%s(%d): %s [#%d]\n", current->comm, task_pid_nr(current), str, ++die_counter); in die_if_kernel()
109 force_sig_info(SIGILL, &info, current); in do_hw_interrupt()
129 send_sig_info(SIGILL, &info, current); in do_illegal_instruction()
144 send_sig_info(SIGILL, &info, current); in do_priv_instruction()
170 send_sig_info(SIGBUS, &info, current); in do_memaccess_unaligned()
190 if(last_task_used_math == current) in do_fpd_trap()
198 last_task_used_math = current; in do_fpd_trap()
200 fpload(¤t->thread.float_regs[0], ¤t->thread.fsr); in do_fpd_trap()
211 fpload(¤t->thread.float_regs[0], ¤t->thread.fsr); in do_fpd_trap()
232 struct task_struct *fpt = current;
279 fpload(¤t->thread.float_regs[0], ¤t->thread.fsr);
341 send_sig_info(SIGEMT, &info, current);
370 force_sig_info(SIGBUS, &info, current);
383 send_sig_info(SIGILL, &info, current);
400 send_sig_info(SIGILL, &info, current);
413 send_sig_info(SIGFPE, &info, current);
452 current->active_mm = &init_mm;