Lines Matching refs:task_struct
8 struct task_struct;
11 extern struct task_struct *__switch_to(struct task_struct *,
12 struct task_struct *);
16 extern struct task_struct *_switch(struct thread_struct *prev,
34 extern void __giveup_vsx(struct task_struct *);
35 extern void giveup_vsx(struct task_struct *);
37 extern void giveup_spe(struct task_struct *);
38 extern void load_up_spe(struct task_struct *);
50 extern void flush_fp_to_thread(struct task_struct *);
51 extern void giveup_fpu(struct task_struct *);
53 static inline void flush_fp_to_thread(struct task_struct *t) { } in flush_fp_to_thread()
54 static inline void giveup_fpu(struct task_struct *t) { } in giveup_fpu()
58 extern void flush_altivec_to_thread(struct task_struct *);
59 extern void giveup_altivec(struct task_struct *);
62 static inline void flush_altivec_to_thread(struct task_struct *t) in flush_altivec_to_thread()
65 static inline void giveup_altivec(struct task_struct *t) in giveup_altivec()
71 extern void flush_vsx_to_thread(struct task_struct *);
73 static inline void flush_vsx_to_thread(struct task_struct *t) in flush_vsx_to_thread()
79 extern void flush_spe_to_thread(struct task_struct *);
81 static inline void flush_spe_to_thread(struct task_struct *t) in flush_spe_to_thread()
86 static inline void clear_task_ebb(struct task_struct *t) in clear_task_ebb()