Lines Matching refs:thread
104 * p->thread.dsp_status.status |= SR_DSP
106 p->thread.dsp_status = tsk->thread.dsp_status;
110 memset(p->thread.ptrace_bps, 0, sizeof(p->thread.ptrace_bps));
113 p->thread.sp = (unsigned long) childregs;
116 p->thread.pc = (unsigned long) ret_from_kernel_thread;
124 p->thread.fpu_counter = 0;
136 p->thread.pc = (unsigned long) ret_from_fork;
147 struct thread_struct *next_t = &next->thread;
156 if (next->thread.fpu_counter > 5)
174 if (next->thread.fpu_counter > 5)
191 unsigned long schedule_frame = (unsigned long)p->thread.sp;