Lines Matching defs:thread_struct
113 struct thread_struct { struct
114 unsigned int acrs[NUM_ACRS];
115 unsigned long ksp; /* kernel stack pointer */
116 unsigned long user_timer; /* task cputime in user space */
117 unsigned long guest_timer; /* task cputime in kvm guest */
118 unsigned long system_timer; /* task cputime in kernel space */
119 unsigned long hardirq_timer; /* task cputime in hardirq context */
120 unsigned long softirq_timer; /* task cputime in softirq context */
121 unsigned long sys_call_table; /* system call table address */
122 mm_segment_t mm_segment;
123 unsigned long gmap_addr; /* address of last gmap fault. */
124 unsigned int gmap_write_flag; /* gmap fault write indication */
125 unsigned int gmap_int_code; /* int code of last gmap fault */
126 unsigned int gmap_pfault; /* signal of a pending guest pfault */
128 struct per_regs per_user; /* User specified PER registers */
129 struct per_event per_event; /* Cause of the last PER trap */
130 unsigned long per_flags; /* Flags to control debug behavior */
131 unsigned int system_call; /* system call number in signal */
132 unsigned long last_break; /* last breaking-event-address. */
134 unsigned long pfault_wait;
158 typedef struct thread_struct thread_struct; typedef