Lines Matching refs:t
53 static inline void flush_fp_to_thread(struct task_struct *t) { } in flush_fp_to_thread() argument
54 static inline void giveup_fpu(struct task_struct *t) { } in giveup_fpu() argument
62 static inline void flush_altivec_to_thread(struct task_struct *t) in flush_altivec_to_thread() argument
65 static inline void giveup_altivec(struct task_struct *t) in giveup_altivec() argument
73 static inline void flush_vsx_to_thread(struct task_struct *t) in flush_vsx_to_thread() argument
81 static inline void flush_spe_to_thread(struct task_struct *t) in flush_spe_to_thread() argument
86 static inline void clear_task_ebb(struct task_struct *t) in clear_task_ebb() argument
90 t->thread.ebbrr = 0; in clear_task_ebb()
91 t->thread.ebbhr = 0; in clear_task_ebb()
92 t->thread.bescr = 0; in clear_task_ebb()
93 t->thread.mmcr2 = 0; in clear_task_ebb()
94 t->thread.mmcr0 = 0; in clear_task_ebb()
95 t->thread.siar = 0; in clear_task_ebb()
96 t->thread.sdar = 0; in clear_task_ebb()
97 t->thread.sier = 0; in clear_task_ebb()
98 t->thread.used_ebb = 0; in clear_task_ebb()