Lines Matching defs:tsk
88 static void check_if_tm_restore_required(struct task_struct *tsk) in check_if_tm_restore_required()
105 static inline void check_if_tm_restore_required(struct task_struct *tsk) { } in check_if_tm_restore_required()
159 static void __giveup_fpu(struct task_struct *tsk) in __giveup_fpu()
173 void giveup_fpu(struct task_struct *tsk) in giveup_fpu()
187 void flush_fp_to_thread(struct task_struct *tsk) in flush_fp_to_thread()
240 static int restore_fp(struct task_struct *tsk) in restore_fp()
250 static int restore_fp(struct task_struct *tsk) { return 0; } in restore_fp()
256 static void __giveup_altivec(struct task_struct *tsk) in __giveup_altivec()
270 void giveup_altivec(struct task_struct *tsk) in giveup_altivec()
309 void flush_altivec_to_thread(struct task_struct *tsk) in flush_altivec_to_thread()
322 static int restore_altivec(struct task_struct *tsk) in restore_altivec()
335 static inline int restore_altivec(struct task_struct *tsk) { return 0; } in restore_altivec()
339 static void __giveup_vsx(struct task_struct *tsk) in __giveup_vsx()
356 static void giveup_vsx(struct task_struct *tsk) in giveup_vsx()
391 void flush_vsx_to_thread(struct task_struct *tsk) in flush_vsx_to_thread()
404 static int restore_vsx(struct task_struct *tsk) in restore_vsx()
414 static inline int restore_vsx(struct task_struct *tsk) { return 0; } in restore_vsx()
418 void giveup_spe(struct task_struct *tsk) in giveup_spe()
441 void flush_spe_to_thread(struct task_struct *tsk) in flush_spe_to_thread()
479 void giveup_all(struct task_struct *tsk) in giveup_all()
555 static void save_all(struct task_struct *tsk) in save_all()
584 void flush_all_to_thread(struct task_struct *tsk) in flush_all_to_thread()
824 static inline bool tm_enabled(struct task_struct *tsk) in tm_enabled()
879 static inline void tm_reclaim_task(struct task_struct *tsk) in tm_reclaim_task()
1821 int set_fpexc_mode(struct task_struct *tsk, unsigned int val) in set_fpexc_mode()
1870 int get_fpexc_mode(struct task_struct *tsk, unsigned long adr) in get_fpexc_mode()
1901 int set_endian(struct task_struct *tsk, unsigned int val) in set_endian()
1922 int get_endian(struct task_struct *tsk, unsigned long adr) in get_endian()
1945 int set_unalign_ctl(struct task_struct *tsk, unsigned int val) in set_unalign_ctl()
1951 int get_unalign_ctl(struct task_struct *tsk, unsigned long adr) in get_unalign_ctl()
2031 void show_stack(struct task_struct *tsk, unsigned long *stack) in show_stack()