Lines Matching refs:thread_struct
147 struct thread_struct { struct
197 static inline unsigned int thread_get_vl(struct thread_struct *thread, in thread_get_vl() argument
203 static inline unsigned int thread_get_sve_vl(struct thread_struct *thread) in thread_get_sve_vl()
208 static inline unsigned int thread_get_sme_vl(struct thread_struct *thread) in thread_get_sme_vl()
213 static inline unsigned int thread_get_cur_vl(struct thread_struct *thread) in thread_get_cur_vl()
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()