Lines Matching refs:t

43 static inline void save_lsx(struct task_struct *t);
44 static inline void restore_lsx(struct task_struct *t);
48 static inline void save_lasx(struct task_struct *t);
49 static inline void restore_lasx(struct task_struct *t);
221 static inline void save_lsx(struct task_struct *t) in save_lsx() argument
224 _save_lsx(&t->thread.fpu); in save_lsx()
227 static inline void restore_lsx(struct task_struct *t) in restore_lsx() argument
230 _restore_lsx(&t->thread.fpu); in restore_lsx()
239 static inline void restore_lsx_upper(struct task_struct *t) in restore_lsx_upper() argument
242 _restore_lsx_upper(&t->thread.fpu); in restore_lsx_upper()
248 static inline void save_lsx(struct task_struct *t) {} in save_lsx() argument
249 static inline void restore_lsx(struct task_struct *t) {} in restore_lsx() argument
251 static inline void restore_lsx_upper(struct task_struct *t) {} in restore_lsx_upper() argument
269 static inline void save_lasx(struct task_struct *t) in save_lasx() argument
272 _save_lasx(&t->thread.fpu); in save_lasx()
275 static inline void restore_lasx(struct task_struct *t) in restore_lasx() argument
278 _restore_lasx(&t->thread.fpu); in restore_lasx()
287 static inline void restore_lasx_upper(struct task_struct *t) in restore_lasx_upper() argument
290 _restore_lasx_upper(&t->thread.fpu); in restore_lasx_upper()
296 static inline void save_lasx(struct task_struct *t) {} in save_lasx() argument
297 static inline void restore_lasx(struct task_struct *t) {} in restore_lasx() argument
299 static inline void restore_lasx_upper(struct task_struct *t) {} in restore_lasx_upper() argument