Lines Matching refs:task_struct
12 struct task_struct;
15 extern struct task_struct *__switch_to(struct task_struct *,
16 struct task_struct *);
19 extern struct task_struct *_switch(struct thread_struct *prev,
36 extern void flush_all_to_thread(struct task_struct *);
37 extern void giveup_all(struct task_struct *);
41 extern void flush_fp_to_thread(struct task_struct *);
42 extern void giveup_fpu(struct task_struct *);
43 extern void save_fpu(struct task_struct *);
49 static inline void save_fpu(struct task_struct *t) { } in save_fpu()
50 static inline void flush_fp_to_thread(struct task_struct *t) { } in flush_fp_to_thread()
55 extern void flush_altivec_to_thread(struct task_struct *);
56 extern void giveup_altivec(struct task_struct *);
57 extern void save_altivec(struct task_struct *);
63 static inline void save_altivec(struct task_struct *t) { } in save_altivec()
64 static inline void __giveup_altivec(struct task_struct *t) { } in __giveup_altivec()
78 extern void flush_vsx_to_thread(struct task_struct *);
97 extern void flush_spe_to_thread(struct task_struct *);
98 extern void giveup_spe(struct task_struct *);
99 extern void __giveup_spe(struct task_struct *);
105 static inline void __giveup_spe(struct task_struct *t) { } in __giveup_spe()
108 static inline void clear_task_ebb(struct task_struct *t) in clear_task_ebb()
127 extern int set_thread_tidr(struct task_struct *t);