Lines Matching full:task_struct
19 extern void __fstate_save(struct task_struct *save_to);
20 extern void __fstate_restore(struct task_struct *restore_from);
27 static inline void fstate_off(struct task_struct *task, in fstate_off()
33 static inline void fstate_save(struct task_struct *task, in fstate_save()
42 static inline void fstate_restore(struct task_struct *task, in fstate_restore()
51 static inline void __switch_to_fpu(struct task_struct *prev, in __switch_to_fpu()
52 struct task_struct *next) in __switch_to_fpu()
73 static inline void envcfg_update_bits(struct task_struct *task, in envcfg_update_bits()
84 static inline void __switch_to_envcfg(struct task_struct *next) in __switch_to_envcfg()
91 extern struct task_struct *__switch_to(struct task_struct *,
92 struct task_struct *);
94 static inline bool switch_to_should_flush_icache(struct task_struct *task) in switch_to_should_flush_icache()
115 struct task_struct *__prev = (prev); \
116 struct task_struct *__next = (next); \