Lines Matching defs:thread_struct
229 struct thread_struct { struct
231 unsigned long reg16;
232 unsigned long reg17, reg18, reg19, reg20, reg21, reg22, reg23;
233 unsigned long reg29, reg30, reg31;
236 unsigned long cp0_status;
240 struct mips_fpu_struct fpu FPU_ALIGN;
242 atomic_t bd_emu_frame;
244 unsigned long bd_emu_branch_pc;
246 unsigned long bd_emu_cont_pc;
250 unsigned long emulated_fp;
252 cpumask_t user_cpus_allowed;
256 struct mips_dsp_state dsp;
259 union mips_watch_reg_state watch;
262 unsigned long cp0_badvaddr; /* Last user fault */
263 unsigned long cp0_baduaddr; /* Last kernel fault accessing USEG */
264 unsigned long error_code;
265 unsigned long trap_nr;
267 struct octeon_cop2_state cp2 __attribute__ ((__aligned__(128)));
270 struct octeon_cvmseg_state cvmseg __attribute__ ((__aligned__(128)));
273 struct mips_abi *abi;