Lines Matching refs:thread_struct
141 struct thread_struct { struct
177 static inline unsigned int thread_get_vl(struct thread_struct *thread, in thread_get_vl() argument
183 static inline unsigned int thread_get_sve_vl(struct thread_struct *thread) in thread_get_sve_vl()
188 static inline unsigned int thread_get_sme_vl(struct thread_struct *thread) in thread_get_sme_vl()
193 static inline unsigned int thread_get_cur_vl(struct thread_struct *thread) in thread_get_cur_vl()
243 BUILD_BUG_ON(sizeof_field(struct thread_struct, uw) != in arch_thread_struct_whitelist()
244 sizeof_field(struct thread_struct, uw.tp_value) + in arch_thread_struct_whitelist()
245 sizeof_field(struct thread_struct, uw.tp2_value) + in arch_thread_struct_whitelist()
246 sizeof_field(struct thread_struct, uw.fpsimd_state)); in arch_thread_struct_whitelist()
248 *offset = offsetof(struct thread_struct, uw); in arch_thread_struct_whitelist()
249 *size = sizeof_field(struct thread_struct, uw); in arch_thread_struct_whitelist()