Lines Matching refs:thread_struct
147 struct thread_struct { struct
184 static inline unsigned int thread_get_vl(struct thread_struct *thread, in thread_get_vl() argument
190 static inline unsigned int thread_get_sve_vl(struct thread_struct *thread) in thread_get_sve_vl()
195 static inline unsigned int thread_get_sme_vl(struct thread_struct *thread) in thread_get_sme_vl()
200 static inline unsigned int thread_get_cur_vl(struct thread_struct *thread) in thread_get_cur_vl()
250 BUILD_BUG_ON(sizeof_field(struct thread_struct, uw) != in arch_thread_struct_whitelist()
251 sizeof_field(struct thread_struct, uw.tp_value) + in arch_thread_struct_whitelist()
252 sizeof_field(struct thread_struct, uw.tp2_value) + in arch_thread_struct_whitelist()
253 sizeof_field(struct thread_struct, uw.fpsimd_state)); in arch_thread_struct_whitelist()
255 *offset = offsetof(struct thread_struct, uw); in arch_thread_struct_whitelist()
256 *size = sizeof_field(struct thread_struct, uw); in arch_thread_struct_whitelist()