Lines Matching refs:uw
163 } uw; member
270 BUILD_BUG_ON(sizeof_field(struct thread_struct, uw) != in arch_thread_struct_whitelist()
271 sizeof_field(struct thread_struct, uw.tp_value) + in arch_thread_struct_whitelist()
272 sizeof_field(struct thread_struct, uw.tp2_value) + in arch_thread_struct_whitelist()
273 sizeof_field(struct thread_struct, uw.fpmr) + in arch_thread_struct_whitelist()
274 sizeof_field(struct thread_struct, uw.pad) + in arch_thread_struct_whitelist()
275 sizeof_field(struct thread_struct, uw.fpsimd_state)); in arch_thread_struct_whitelist()
277 *offset = offsetof(struct thread_struct, uw); in arch_thread_struct_whitelist()
278 *size = sizeof_field(struct thread_struct, uw); in arch_thread_struct_whitelist()
286 __tls = &(t)->thread.uw.tp2_value; \
288 __tls = &(t)->thread.uw.tp_value; \
292 #define task_user_tls(t) (&(t)->thread.uw.tp_value)