Lines Matching refs:current
25 arch_flush_thread(¤t->thread.arch); in flush_thread()
27 ret = unmap(¤t->mm->context.id, 0, STUB_START, 0, &data); in flush_thread()
28 ret = ret || unmap(¤t->mm->context.id, STUB_END, in flush_thread()
33 force_sig(SIGKILL, current); in flush_thread()
36 __switch_mm(¤t->mm->context.id); in flush_thread()
52 error = do_execve(file, argv, env, ¤t->thread.regs); in execve1()
54 task_lock(current); in execve1()
55 current->ptrace &= ~PT_DTRACE; in execve1()
57 SUBARCH_EXECVE1(¤t->thread.regs.regs); in execve1()
59 task_unlock(current); in execve1()
70 UML_LONGJMP(current->thread.exec_buf, 1); in um_execve()