Lines Matching defs:thread_struct
46 struct thread_struct { struct
47 struct pt_regs *kregs;
48 unsigned int _pad1;
51 unsigned long fork_kpsr __attribute__ ((aligned (8)));
52 unsigned long fork_kwim;
55 unsigned long float_regs[32] __attribute__ ((aligned (8)));
56 unsigned long fsr;
57 unsigned long fpqdepth;
58 struct fpq fpqueue[16];
59 unsigned long flags;
60 mm_segment_t current_ds;