Lines Matching refs:uw
163 } uw; member
265 BUILD_BUG_ON(sizeof_field(struct thread_struct, uw) != in arch_thread_struct_whitelist()
266 sizeof_field(struct thread_struct, uw.tp_value) + in arch_thread_struct_whitelist()
267 sizeof_field(struct thread_struct, uw.tp2_value) + in arch_thread_struct_whitelist()
268 sizeof_field(struct thread_struct, uw.fpmr) + in arch_thread_struct_whitelist()
269 sizeof_field(struct thread_struct, uw.pad) + in arch_thread_struct_whitelist()
270 sizeof_field(struct thread_struct, uw.fpsimd_state)); in arch_thread_struct_whitelist()
272 *offset = offsetof(struct thread_struct, uw); in arch_thread_struct_whitelist()
273 *size = sizeof_field(struct thread_struct, uw); in arch_thread_struct_whitelist()
281 __tls = &(t)->thread.uw.tp2_value; \
283 __tls = &(t)->thread.uw.tp_value; \
287 #define task_user_tls(t) (&(t)->thread.uw.tp_value)