Lines Matching defs:tsk

83 static void check_if_tm_restore_required(struct task_struct *tsk)  in check_if_tm_restore_required()
101 static inline void check_if_tm_restore_required(struct task_struct *tsk) { } in check_if_tm_restore_required()
151 static void __giveup_fpu(struct task_struct *tsk) in __giveup_fpu()
163 void giveup_fpu(struct task_struct *tsk) in giveup_fpu()
177 void flush_fp_to_thread(struct task_struct *tsk) in flush_fp_to_thread()
230 static inline void __giveup_fpu(struct task_struct *tsk) { } in __giveup_fpu()
234 static void __giveup_altivec(struct task_struct *tsk) in __giveup_altivec()
246 void giveup_altivec(struct task_struct *tsk) in giveup_altivec()
285 void flush_altivec_to_thread(struct task_struct *tsk) in flush_altivec_to_thread()
300 static void __giveup_vsx(struct task_struct *tsk) in __giveup_vsx()
317 static void giveup_vsx(struct task_struct *tsk) in giveup_vsx()
352 void flush_vsx_to_thread(struct task_struct *tsk) in flush_vsx_to_thread()
367 void giveup_spe(struct task_struct *tsk) in giveup_spe()
390 void flush_spe_to_thread(struct task_struct *tsk) in flush_spe_to_thread()
421 void giveup_all(struct task_struct *tsk) in giveup_all()
563 static void save_all(struct task_struct *tsk) in save_all()
591 void flush_all_to_thread(struct task_struct *tsk) in flush_all_to_thread()
926 static inline bool tm_enabled(struct task_struct *tsk) in tm_enabled()
981 static inline void tm_reclaim_task(struct task_struct *tsk) in tm_reclaim_task()
2025 int set_fpexc_mode(struct task_struct *tsk, unsigned int val) in set_fpexc_mode()
2073 int get_fpexc_mode(struct task_struct *tsk, unsigned long adr) in get_fpexc_mode()
2103 int set_endian(struct task_struct *tsk, unsigned int val) in set_endian()
2124 int get_endian(struct task_struct *tsk, unsigned long adr) in get_endian()
2147 int set_unalign_ctl(struct task_struct *tsk, unsigned int val) in set_unalign_ctl()
2153 int get_unalign_ctl(struct task_struct *tsk, unsigned long adr) in get_unalign_ctl()
2292 static bool empty_user_regs(struct pt_regs *regs, struct task_struct *tsk) in empty_user_regs()
2310 void __no_sanitize_address show_stack(struct task_struct *tsk, in show_stack()