Lines Matching defs:thread_struct
51 struct thread_struct { struct
52 struct pt_regs *kregs;
53 unsigned int _pad1;
56 unsigned long fork_kpsr __attribute__ ((aligned (8)));
57 unsigned long fork_kwim;
60 unsigned long float_regs[32] __attribute__ ((aligned (8)));
61 unsigned long fsr;
62 unsigned long fpqdepth;
63 struct fpq fpqueue[16];
64 unsigned long flags;
65 mm_segment_t current_ds;