Lines Matching refs:uw
159 } uw;
250 BUILD_BUG_ON(sizeof_field(struct thread_struct, uw) !=
251 sizeof_field(struct thread_struct, uw.tp_value) +
252 sizeof_field(struct thread_struct, uw.tp2_value) +
253 sizeof_field(struct thread_struct, uw.fpsimd_state));
255 *offset = offsetof(struct thread_struct, uw);
256 *size = sizeof_field(struct thread_struct, uw);
264 __tls = &(t)->thread.uw.tp2_value; \
266 __tls = &(t)->thread.uw.tp_value; \
270 #define task_user_tls(t) (&(t)->thread.uw.tp_value)