Lines Matching defs:thread_struct
227 struct thread_struct { struct
229 unsigned long reg16;
230 unsigned long reg17, reg18, reg19, reg20, reg21, reg22, reg23;
231 unsigned long reg29, reg30, reg31;
234 unsigned long cp0_status;
238 struct mips_fpu_struct fpu FPU_ALIGN;
240 atomic_t bd_emu_frame;
242 unsigned long bd_emu_branch_pc;
244 unsigned long bd_emu_cont_pc;
248 unsigned long emulated_fp;
250 cpumask_t user_cpus_allowed;
254 struct mips_dsp_state dsp;
257 union mips_watch_reg_state watch;
260 unsigned long cp0_badvaddr; /* Last user fault */
261 unsigned long cp0_baduaddr; /* Last kernel fault accessing USEG */
262 unsigned long error_code;
263 unsigned long trap_nr;
265 struct octeon_cop2_state cp2 __attribute__ ((__aligned__(128)));
266 struct octeon_cvmseg_state cvmseg __attribute__ ((__aligned__(128)));
268 struct mips_abi *abi;