Lines Matching refs:thread_struct
149 struct thread_struct { struct
204 static inline unsigned int thread_get_vl(struct thread_struct *thread, in thread_get_vl() argument
210 static inline unsigned int thread_get_sve_vl(struct thread_struct *thread) in thread_get_sve_vl()
215 static inline unsigned int thread_get_sme_vl(struct thread_struct *thread) in thread_get_sme_vl()
220 static inline unsigned int thread_get_cur_vl(struct thread_struct *thread) in thread_get_cur_vl()
270 BUILD_BUG_ON(sizeof_field(struct thread_struct, uw) != in arch_thread_struct_whitelist()
271 sizeof_field(struct thread_struct, uw.tp_value) + in arch_thread_struct_whitelist()
272 sizeof_field(struct thread_struct, uw.tp2_value) + in arch_thread_struct_whitelist()
273 sizeof_field(struct thread_struct, uw.fpmr) + in arch_thread_struct_whitelist()
274 sizeof_field(struct thread_struct, uw.pad) + in arch_thread_struct_whitelist()
275 sizeof_field(struct thread_struct, uw.fpsimd_state)); in arch_thread_struct_whitelist()
277 *offset = offsetof(struct thread_struct, uw); in arch_thread_struct_whitelist()
278 *size = sizeof_field(struct thread_struct, uw); in arch_thread_struct_whitelist()