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