Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/include/asm/
Dswitch_to.h71 extern void flush_vsx_to_thread(struct task_struct *);
73 static inline void flush_vsx_to_thread(struct task_struct *t) in flush_vsx_to_thread() function
/linux-4.4.14/arch/powerpc/kernel/
Dprocess.c230 void flush_vsx_to_thread(struct task_struct *tsk) in flush_vsx_to_thread() function
243 EXPORT_SYMBOL_GPL(flush_vsx_to_thread);
1091 flush_vsx_to_thread(src); in arch_dup_task_struct()
Dptrace.c510 flush_vsx_to_thread(target); in vsr_active()
521 flush_vsx_to_thread(target); in vsr_get()
538 flush_vsx_to_thread(target); in vsr_set()
Dalign.c659 flush_vsx_to_thread(current); in emulate_vsx()
/linux-4.4.14/arch/powerpc/kvm/
Dbook3s_hv.c2711 flush_vsx_to_thread(current); in kvmppc_vcpu_run_hv()