Lines Matching defs:uw
166 } uw;
273 BUILD_BUG_ON(sizeof_field(struct thread_struct, uw) !=
274 sizeof_field(struct thread_struct, uw.tp_value) +
275 sizeof_field(struct thread_struct, uw.tp2_value) +
276 sizeof_field(struct thread_struct, uw.fpmr) +
277 sizeof_field(struct thread_struct, uw.pad) +
278 sizeof_field(struct thread_struct, uw.fpsimd_state));
280 *offset = offsetof(struct thread_struct, uw);
281 *size = sizeof_field(struct thread_struct, uw);
289 __tls = &(t)->thread.uw.tp2_value; \
291 __tls = &(t)->thread.uw.tp_value; \
295 #define task_user_tls(t) (&(t)->thread.uw.tp_value)