Lines Matching refs:thread
78 dst->thread.fpu.regs = dst->thread.fpu.fprs; in arch_dup_task_struct()
92 p->thread.ksp = (unsigned long) frame; in copy_thread_tls()
94 save_access_regs(&p->thread.acrs[0]); in copy_thread_tls()
96 p->thread.mm_segment = get_fs(); in copy_thread_tls()
98 memset(&p->thread.per_user, 0, sizeof(p->thread.per_user)); in copy_thread_tls()
99 memset(&p->thread.per_event, 0, sizeof(p->thread.per_event)); in copy_thread_tls()
101 p->thread.per_flags = 0; in copy_thread_tls()
103 p->thread.user_timer = 0; in copy_thread_tls()
104 p->thread.guest_timer = 0; in copy_thread_tls()
105 p->thread.system_timer = 0; in copy_thread_tls()
106 p->thread.hardirq_timer = 0; in copy_thread_tls()
107 p->thread.softirq_timer = 0; in copy_thread_tls()
137 p->thread.ri_cb = NULL; in copy_thread_tls()
140 p->thread.gs_cb = NULL; in copy_thread_tls()
141 p->thread.gs_bc_cb = NULL; in copy_thread_tls()
146 p->thread.acrs[0] = (unsigned int)tls; in copy_thread_tls()
148 p->thread.acrs[0] = (unsigned int)(tls >> 32); in copy_thread_tls()
149 p->thread.acrs[1] = (unsigned int)tls; in copy_thread_tls()
157 current->thread.fpu.fpc = 0; in execve_tail()
167 fpregs->fpc = current->thread.fpu.fpc; in dump_fpu()
171 current->thread.fpu.vxrs); in dump_fpu()
173 memcpy(&fpregs->fprs, current->thread.fpu.fprs, in dump_fpu()
193 sf = (struct stack_frame *) p->thread.ksp; in get_wchan()