Lines Matching defs:thread_struct
40 struct thread_struct { struct
41 struct pt_regs *kregs;
42 unsigned int _pad1;
45 unsigned long fork_kpsr __attribute__ ((aligned (8)));
46 unsigned long fork_kwim;
49 unsigned long float_regs[32] __attribute__ ((aligned (8)));
50 unsigned long fsr;
51 unsigned long fpqdepth;
52 struct fpq fpqueue[16];
53 unsigned long flags;
54 mm_segment_t current_ds;