• Home
  • Raw
  • Download

Lines Matching defs:tsk

80 static void check_if_tm_restore_required(struct task_struct *tsk)  in check_if_tm_restore_required()
102 static inline void check_if_tm_restore_required(struct task_struct *tsk) { } in check_if_tm_restore_required()
153 void __giveup_fpu(struct task_struct *tsk) in __giveup_fpu()
167 void giveup_fpu(struct task_struct *tsk) in giveup_fpu()
181 void flush_fp_to_thread(struct task_struct *tsk) in flush_fp_to_thread()
233 static int restore_fp(struct task_struct *tsk) in restore_fp()
243 static int restore_fp(struct task_struct *tsk) { return 0; } in restore_fp()
249 static void __giveup_altivec(struct task_struct *tsk) in __giveup_altivec()
263 void giveup_altivec(struct task_struct *tsk) in giveup_altivec()
301 void flush_altivec_to_thread(struct task_struct *tsk) in flush_altivec_to_thread()
314 static int restore_altivec(struct task_struct *tsk) in restore_altivec()
328 static inline int restore_altivec(struct task_struct *tsk) { return 0; } in restore_altivec()
332 static void __giveup_vsx(struct task_struct *tsk) in __giveup_vsx()
349 static void giveup_vsx(struct task_struct *tsk) in giveup_vsx()
383 void flush_vsx_to_thread(struct task_struct *tsk) in flush_vsx_to_thread()
396 static int restore_vsx(struct task_struct *tsk) in restore_vsx()
406 static inline int restore_vsx(struct task_struct *tsk) { return 0; } in restore_vsx()
410 void giveup_spe(struct task_struct *tsk) in giveup_spe()
433 void flush_spe_to_thread(struct task_struct *tsk) in flush_spe_to_thread()
471 void giveup_all(struct task_struct *tsk) in giveup_all()
537 void save_all(struct task_struct *tsk) in save_all()
565 void flush_all_to_thread(struct task_struct *tsk) in flush_all_to_thread()
830 static inline bool tm_enabled(struct task_struct *tsk) in tm_enabled()
886 static inline void tm_reclaim_task(struct task_struct *tsk) in tm_reclaim_task()
1714 int set_fpexc_mode(struct task_struct *tsk, unsigned int val) in set_fpexc_mode()
1763 int get_fpexc_mode(struct task_struct *tsk, unsigned long adr) in get_fpexc_mode()
1794 int set_endian(struct task_struct *tsk, unsigned int val) in set_endian()
1815 int get_endian(struct task_struct *tsk, unsigned long adr) in get_endian()
1838 int set_unalign_ctl(struct task_struct *tsk, unsigned int val) in set_unalign_ctl()
1844 int get_unalign_ctl(struct task_struct *tsk, unsigned long adr) in get_unalign_ctl()
1914 void show_stack(struct task_struct *tsk, unsigned long *stack) in show_stack()