Home
last modified time | relevance | path

Searched refs:flush_vsx_to_thread (Results 1 – 6 of 6) sorted by relevance

/arch/powerpc/include/asm/
Dswitch_to.h55 extern void flush_vsx_to_thread(struct task_struct *);
57 static inline void flush_vsx_to_thread(struct task_struct *t) in flush_vsx_to_thread() function
/arch/powerpc/kernel/
Dprocess.c188 void flush_vsx_to_thread(struct task_struct *tsk) in flush_vsx_to_thread() function
201 EXPORT_SYMBOL_GPL(flush_vsx_to_thread);
917 flush_vsx_to_thread(src); in arch_dup_task_struct()
Dptrace.c509 flush_vsx_to_thread(target); in vsr_active()
520 flush_vsx_to_thread(target); in vsr_get()
537 flush_vsx_to_thread(target); in vsr_set()
Dalign.c654 flush_vsx_to_thread(current); in emulate_vsx()
Dtraps.c1629 flush_vsx_to_thread(current); in vsx_assist_exception()
/arch/powerpc/kvm/
Dbook3s_hv.c1459 flush_vsx_to_thread(current); in kvmppc_vcpu_run()