Lines Matching defs:tsk

85 static void check_if_tm_restore_required(struct task_struct *tsk)  in check_if_tm_restore_required()
103 static inline void check_if_tm_restore_required(struct task_struct *tsk) { } in check_if_tm_restore_required()
153 static void __giveup_fpu(struct task_struct *tsk) in __giveup_fpu()
165 void giveup_fpu(struct task_struct *tsk) in giveup_fpu()
179 void flush_fp_to_thread(struct task_struct *tsk) in flush_fp_to_thread()
232 static inline void __giveup_fpu(struct task_struct *tsk) { } in __giveup_fpu()
236 static void __giveup_altivec(struct task_struct *tsk) in __giveup_altivec()
248 void giveup_altivec(struct task_struct *tsk) in giveup_altivec()
287 void flush_altivec_to_thread(struct task_struct *tsk) in flush_altivec_to_thread()
302 static void __giveup_vsx(struct task_struct *tsk) in __giveup_vsx()
319 static void giveup_vsx(struct task_struct *tsk) in giveup_vsx()
354 void flush_vsx_to_thread(struct task_struct *tsk) in flush_vsx_to_thread()
369 void giveup_spe(struct task_struct *tsk) in giveup_spe()
392 void flush_spe_to_thread(struct task_struct *tsk) in flush_spe_to_thread()
423 void giveup_all(struct task_struct *tsk) in giveup_all()
565 static void save_all(struct task_struct *tsk) in save_all()
593 void flush_all_to_thread(struct task_struct *tsk) in flush_all_to_thread()
928 static inline bool tm_enabled(struct task_struct *tsk) in tm_enabled()
983 static inline void tm_reclaim_task(struct task_struct *tsk) in tm_reclaim_task()
2027 int set_fpexc_mode(struct task_struct *tsk, unsigned int val) in set_fpexc_mode()
2075 int get_fpexc_mode(struct task_struct *tsk, unsigned long adr) in get_fpexc_mode()
2105 int set_endian(struct task_struct *tsk, unsigned int val) in set_endian()
2126 int get_endian(struct task_struct *tsk, unsigned long adr) in get_endian()
2149 int set_unalign_ctl(struct task_struct *tsk, unsigned int val) in set_unalign_ctl()
2155 int get_unalign_ctl(struct task_struct *tsk, unsigned long adr) in get_unalign_ctl()
2278 static bool empty_user_regs(struct pt_regs *regs, struct task_struct *tsk) in empty_user_regs()
2296 void __no_sanitize_address show_stack(struct task_struct *tsk, in show_stack()