Lines Matching defs:tsk
89 static void check_if_tm_restore_required(struct task_struct *tsk) in check_if_tm_restore_required()
110 static bool tm_active_with_fp(struct task_struct *tsk) in tm_active_with_fp()
116 static bool tm_active_with_altivec(struct task_struct *tsk) in tm_active_with_altivec()
123 static inline void check_if_tm_restore_required(struct task_struct *tsk) { } in check_if_tm_restore_required()
124 static inline bool tm_active_with_fp(struct task_struct *tsk) { return false; } in tm_active_with_fp()
125 static inline bool tm_active_with_altivec(struct task_struct *tsk) { return false; } in tm_active_with_altivec()
177 static void __giveup_fpu(struct task_struct *tsk) in __giveup_fpu()
191 void giveup_fpu(struct task_struct *tsk) in giveup_fpu()
205 void flush_fp_to_thread(struct task_struct *tsk) in flush_fp_to_thread()
257 static int restore_fp(struct task_struct *tsk) in restore_fp()
267 static int restore_fp(struct task_struct *tsk) { return 0; } in restore_fp()
273 static void __giveup_altivec(struct task_struct *tsk) in __giveup_altivec()
287 void giveup_altivec(struct task_struct *tsk) in giveup_altivec()
325 void flush_altivec_to_thread(struct task_struct *tsk) in flush_altivec_to_thread()
338 static int restore_altivec(struct task_struct *tsk) in restore_altivec()
352 static inline int restore_altivec(struct task_struct *tsk) { return 0; } in restore_altivec()
356 static void __giveup_vsx(struct task_struct *tsk) in __giveup_vsx()
373 static void giveup_vsx(struct task_struct *tsk) in giveup_vsx()
407 void flush_vsx_to_thread(struct task_struct *tsk) in flush_vsx_to_thread()
420 static int restore_vsx(struct task_struct *tsk) in restore_vsx()
430 static inline int restore_vsx(struct task_struct *tsk) { return 0; } in restore_vsx()
434 void giveup_spe(struct task_struct *tsk) in giveup_spe()
457 void flush_spe_to_thread(struct task_struct *tsk) in flush_spe_to_thread()
495 void giveup_all(struct task_struct *tsk) in giveup_all()
560 static void save_all(struct task_struct *tsk) in save_all()
589 void flush_all_to_thread(struct task_struct *tsk) in flush_all_to_thread()
865 static inline bool tm_enabled(struct task_struct *tsk) in tm_enabled()
920 static inline void tm_reclaim_task(struct task_struct *tsk) in tm_reclaim_task()
1851 int set_fpexc_mode(struct task_struct *tsk, unsigned int val) in set_fpexc_mode()
1900 int get_fpexc_mode(struct task_struct *tsk, unsigned long adr) in get_fpexc_mode()
1931 int set_endian(struct task_struct *tsk, unsigned int val) in set_endian()
1952 int get_endian(struct task_struct *tsk, unsigned long adr) in get_endian()
1975 int set_unalign_ctl(struct task_struct *tsk, unsigned int val) in set_unalign_ctl()
1981 int get_unalign_ctl(struct task_struct *tsk, unsigned long adr) in get_unalign_ctl()
2052 void show_stack(struct task_struct *tsk, unsigned long *stack) in show_stack()