Lines Matching refs:uw
142 } uw;
165 BUILD_BUG_ON(sizeof_field(struct thread_struct, uw) !=
166 sizeof_field(struct thread_struct, uw.tp_value) +
167 sizeof_field(struct thread_struct, uw.tp2_value) +
168 sizeof_field(struct thread_struct, uw.fpsimd_state));
170 *offset = offsetof(struct thread_struct, uw);
171 *size = sizeof_field(struct thread_struct, uw);
179 __tls = &(t)->thread.uw.tp2_value; \
181 __tls = &(t)->thread.uw.tp_value; \
185 #define task_user_tls(t) (&(t)->thread.uw.tp_value)