Lines Matching defs:tsk
87 static void check_if_tm_restore_required(struct task_struct *tsk) in check_if_tm_restore_required()
104 static inline void check_if_tm_restore_required(struct task_struct *tsk) { } in check_if_tm_restore_required()
154 static void __giveup_fpu(struct task_struct *tsk) in __giveup_fpu()
166 void giveup_fpu(struct task_struct *tsk) in giveup_fpu()
180 void flush_fp_to_thread(struct task_struct *tsk) in flush_fp_to_thread()
233 static inline void __giveup_fpu(struct task_struct *tsk) { } in __giveup_fpu()
237 static void __giveup_altivec(struct task_struct *tsk) in __giveup_altivec()
249 void giveup_altivec(struct task_struct *tsk) in giveup_altivec()
288 void flush_altivec_to_thread(struct task_struct *tsk) in flush_altivec_to_thread()
303 static void __giveup_vsx(struct task_struct *tsk) in __giveup_vsx()
320 static void giveup_vsx(struct task_struct *tsk) in giveup_vsx()
355 void flush_vsx_to_thread(struct task_struct *tsk) in flush_vsx_to_thread()
370 void giveup_spe(struct task_struct *tsk) in giveup_spe()
393 void flush_spe_to_thread(struct task_struct *tsk) in flush_spe_to_thread()
424 void giveup_all(struct task_struct *tsk) in giveup_all()
566 static void save_all(struct task_struct *tsk) in save_all()
595 void flush_all_to_thread(struct task_struct *tsk) in flush_all_to_thread()
910 static inline bool tm_enabled(struct task_struct *tsk) in tm_enabled()
965 static inline void tm_reclaim_task(struct task_struct *tsk) in tm_reclaim_task()
1888 int set_fpexc_mode(struct task_struct *tsk, unsigned int val) in set_fpexc_mode()
1935 int get_fpexc_mode(struct task_struct *tsk, unsigned long adr) in get_fpexc_mode()
1965 int set_endian(struct task_struct *tsk, unsigned int val) in set_endian()
1986 int get_endian(struct task_struct *tsk, unsigned long adr) in get_endian()
2009 int set_unalign_ctl(struct task_struct *tsk, unsigned int val) in set_unalign_ctl()
2015 int get_unalign_ctl(struct task_struct *tsk, unsigned long adr) in get_unalign_ctl()
2124 void show_stack(struct task_struct *tsk, unsigned long *stack, in show_stack()