Lines Matching defs:tsk
78 void giveup_fpu_maybe_transactional(struct task_struct *tsk) in giveup_fpu_maybe_transactional()
96 void giveup_altivec_maybe_transactional(struct task_struct *tsk) in giveup_altivec_maybe_transactional()
115 #define giveup_fpu_maybe_transactional(tsk) giveup_fpu(tsk) argument
116 #define giveup_altivec_maybe_transactional(tsk) giveup_altivec(tsk) argument
124 void flush_fp_to_thread(struct task_struct *tsk) in flush_fp_to_thread()
190 void flush_altivec_to_thread(struct task_struct *tsk) in flush_altivec_to_thread()
222 void giveup_vsx(struct task_struct *tsk) in giveup_vsx()
230 void flush_vsx_to_thread(struct task_struct *tsk) in flush_vsx_to_thread()
263 void flush_spe_to_thread(struct task_struct *tsk) in flush_spe_to_thread()
589 static inline void tm_reclaim_task(struct task_struct *tsk) in tm_reclaim_task()
1341 int set_fpexc_mode(struct task_struct *tsk, unsigned int val) in set_fpexc_mode()
1390 int get_fpexc_mode(struct task_struct *tsk, unsigned long adr) in get_fpexc_mode()
1421 int set_endian(struct task_struct *tsk, unsigned int val) in set_endian()
1442 int get_endian(struct task_struct *tsk, unsigned long adr) in get_endian()
1465 int set_unalign_ctl(struct task_struct *tsk, unsigned int val) in set_unalign_ctl()
1471 int get_unalign_ctl(struct task_struct *tsk, unsigned long adr) in get_unalign_ctl()
1541 void show_stack(struct task_struct *tsk, unsigned long *stack) in show_stack()