Lines Matching refs:thread
77 dst->thread.fpu.regs = dst->thread.fpu.fprs; in arch_dup_task_struct()
91 p->thread.ksp = (unsigned long) frame; in copy_thread_tls()
93 save_access_regs(&p->thread.acrs[0]); in copy_thread_tls()
95 p->thread.mm_segment = get_fs(); in copy_thread_tls()
97 memset(&p->thread.per_user, 0, sizeof(p->thread.per_user)); in copy_thread_tls()
98 memset(&p->thread.per_event, 0, sizeof(p->thread.per_event)); in copy_thread_tls()
100 p->thread.per_flags = 0; in copy_thread_tls()
102 p->thread.user_timer = 0; in copy_thread_tls()
103 p->thread.guest_timer = 0; in copy_thread_tls()
104 p->thread.system_timer = 0; in copy_thread_tls()
105 p->thread.hardirq_timer = 0; in copy_thread_tls()
106 p->thread.softirq_timer = 0; in copy_thread_tls()
136 p->thread.ri_cb = NULL; in copy_thread_tls()
139 p->thread.gs_cb = NULL; in copy_thread_tls()
140 p->thread.gs_bc_cb = NULL; in copy_thread_tls()
145 p->thread.acrs[0] = (unsigned int)tls; in copy_thread_tls()
147 p->thread.acrs[0] = (unsigned int)(tls >> 32); in copy_thread_tls()
148 p->thread.acrs[1] = (unsigned int)tls; in copy_thread_tls()
156 current->thread.fpu.fpc = 0; in execve_tail()
166 fpregs->fpc = current->thread.fpu.fpc; in dump_fpu()
170 current->thread.fpu.vxrs); in dump_fpu()
172 memcpy(&fpregs->fprs, current->thread.fpu.fprs, in dump_fpu()
188 sf = (struct stack_frame *) p->thread.ksp; in get_wchan()