Lines Matching defs:thread_struct
57 struct thread_struct { struct
58 unsigned long uwinmask __attribute__ ((aligned (8)));
59 struct pt_regs *kregs;
62 unsigned long ksp __attribute__ ((aligned (8)));
63 unsigned long kpc;
64 unsigned long kpsr;
65 unsigned long kwim;
68 unsigned long fork_kpsr __attribute__ ((aligned (8)));
69 unsigned long fork_kwim;
75 struct reg_window reg_window[NSWINS] __attribute__ ((aligned (8)));
76 unsigned long rwbuf_stkptrs[NSWINS] __attribute__ ((aligned (8)));
77 unsigned long w_saved;
80 unsigned long float_regs[32] __attribute__ ((aligned (8)));
81 unsigned long fsr;
82 unsigned long fpqdepth;
83 struct fpq fpqueue[16];
84 unsigned long flags;
85 mm_segment_t current_ds;
86 struct exec core_exec; /* just what it says. */
87 int new_signal;
88 atomic_t refcount; /* used for sun4c only */