Lines Matching refs:thread_struct
149 struct thread_struct { struct
199 static inline unsigned int thread_get_vl(struct thread_struct *thread, in thread_get_vl() argument
205 static inline unsigned int thread_get_sve_vl(struct thread_struct *thread) in thread_get_sve_vl()
210 static inline unsigned int thread_get_sme_vl(struct thread_struct *thread) in thread_get_sme_vl()
215 static inline unsigned int thread_get_cur_vl(struct thread_struct *thread) in thread_get_cur_vl()
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()