Lines Matching defs:tsk
88 static void check_if_tm_restore_required(struct task_struct *tsk) in check_if_tm_restore_required()
106 static inline void check_if_tm_restore_required(struct task_struct *tsk) { } in check_if_tm_restore_required()
156 static void __giveup_fpu(struct task_struct *tsk) in __giveup_fpu()
168 void giveup_fpu(struct task_struct *tsk) in giveup_fpu()
182 void flush_fp_to_thread(struct task_struct *tsk) in flush_fp_to_thread()
235 static inline void __giveup_fpu(struct task_struct *tsk) { } in __giveup_fpu()
239 static void __giveup_altivec(struct task_struct *tsk) in __giveup_altivec()
251 void giveup_altivec(struct task_struct *tsk) in giveup_altivec()
290 void flush_altivec_to_thread(struct task_struct *tsk) in flush_altivec_to_thread()
305 static void __giveup_vsx(struct task_struct *tsk) in __giveup_vsx()
322 static void giveup_vsx(struct task_struct *tsk) in giveup_vsx()
357 void flush_vsx_to_thread(struct task_struct *tsk) in flush_vsx_to_thread()
372 void giveup_spe(struct task_struct *tsk) in giveup_spe()
395 void flush_spe_to_thread(struct task_struct *tsk) in flush_spe_to_thread()
426 void giveup_all(struct task_struct *tsk) in giveup_all()
568 static void save_all(struct task_struct *tsk) in save_all()
596 void flush_all_to_thread(struct task_struct *tsk) in flush_all_to_thread()
899 static inline bool tm_enabled(struct task_struct *tsk) in tm_enabled()
954 static inline void tm_reclaim_task(struct task_struct *tsk) in tm_reclaim_task()
1916 int set_fpexc_mode(struct task_struct *tsk, unsigned int val) in set_fpexc_mode()
1964 int get_fpexc_mode(struct task_struct *tsk, unsigned long adr) in get_fpexc_mode()
1994 int set_endian(struct task_struct *tsk, unsigned int val) in set_endian()
2015 int get_endian(struct task_struct *tsk, unsigned long adr) in get_endian()
2038 int set_unalign_ctl(struct task_struct *tsk, unsigned int val) in set_unalign_ctl()
2044 int get_unalign_ctl(struct task_struct *tsk, unsigned long adr) in get_unalign_ctl()
2153 void __no_sanitize_address show_stack(struct task_struct *tsk, in show_stack()