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

/arch/powerpc/include/asm/
H A Dswitch_to.h50 extern void flush_vsx_to_thread(struct task_struct *);
52 static inline void flush_vsx_to_thread(struct task_struct *t) function
/arch/powerpc/kernel/
H A Dprocess.c180 void flush_vsx_to_thread(struct task_struct *tsk) function
193 EXPORT_SYMBOL_GPL(flush_vsx_to_thread); variable
721 flush_vsx_to_thread(current);

Completed in 83 milliseconds