Lines Matching defs:thread_struct
171 struct thread_struct { struct
172 unsigned int acrs[NUM_ACRS];
173 unsigned long ksp; /* kernel stack pointer */
174 unsigned long user_timer; /* task cputime in user space */
175 unsigned long guest_timer; /* task cputime in kvm guest */
176 unsigned long system_timer; /* task cputime in kernel space */
177 unsigned long hardirq_timer; /* task cputime in hardirq context */
178 unsigned long softirq_timer; /* task cputime in softirq context */
179 union teid gmap_teid; /* address and flags of last gmap fault */
180 unsigned int gmap_int_code; /* int code of last gmap fault */
181 int ufpu_flags; /* user fpu flags */
182 int kfpu_flags; /* kernel fpu flags */
185 struct per_regs per_user; /* User specified PER registers */
186 struct per_event per_event; /* Cause of the last PER trap */
187 unsigned long per_flags; /* Flags to control debug behavior */
188 unsigned int system_call; /* system call number in signal */
212 typedef struct thread_struct thread_struct; argument