Lines Matching full:uw
161 } uw; member
263 BUILD_BUG_ON(sizeof_field(struct thread_struct, uw) != in arch_thread_struct_whitelist()
264 sizeof_field(struct thread_struct, uw.tp_value) + in arch_thread_struct_whitelist()
265 sizeof_field(struct thread_struct, uw.tp2_value) + in arch_thread_struct_whitelist()
266 sizeof_field(struct thread_struct, uw.fpmr) + in arch_thread_struct_whitelist()
267 sizeof_field(struct thread_struct, uw.pad) + in arch_thread_struct_whitelist()
268 sizeof_field(struct thread_struct, uw.fpsimd_state)); in arch_thread_struct_whitelist()
270 *offset = offsetof(struct thread_struct, uw); in arch_thread_struct_whitelist()
271 *size = sizeof_field(struct thread_struct, uw); in arch_thread_struct_whitelist()
279 __tls = &(t)->thread.uw.tp2_value; \
281 __tls = &(t)->thread.uw.tp_value; \
285 #define task_user_tls(t) (&(t)->thread.uw.tp_value)