Searched defs:flush_altivec_to_thread (Results 1 - 2 of 2) sorted by relevance

/arch/powerpc/include/asm/
H A Dswitch_to.h42 extern void flush_altivec_to_thread(struct task_struct *);
44 static inline void flush_altivec_to_thread(struct task_struct *t) function
/arch/powerpc/kernel/
H A Dprocess.c138 void flush_altivec_to_thread(struct task_struct *tsk) function
151 EXPORT_SYMBOL_GPL(flush_altivec_to_thread); variable
720 flush_altivec_to_thread(current);
1076 flush_altivec_to_thread(current);

Completed in 112 milliseconds