Go to the documentation of this file.
4 #ifndef _ASM_POWERPC_SWITCH_TO_H
5 #define _ASM_POWERPC_SWITCH_TO_H
13 #define switch_to(prev, next, last) ((last) = __switch_to((prev), (next)))
42 extern void flush_altivec_to_thread(
struct task_struct *);
44 extern void giveup_altivec_notask(
void);
46 static inline void flush_altivec_to_thread(
struct task_struct *
t)
55 extern void flush_vsx_to_thread(
struct task_struct *);
57 static inline void flush_vsx_to_thread(
struct task_struct *
t)
63 extern void flush_spe_to_thread(
struct task_struct *);
65 static inline void flush_spe_to_thread(
struct task_struct *
t)