Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/kernel/ptrace/
Dptrace-vsx.c81 flush_vsx_to_thread(target); in vsr_active()
106 flush_vsx_to_thread(target); in vsr_get()
136 flush_vsx_to_thread(target); in vsr_set()
Dptrace-tm.c447 flush_vsx_to_thread(target); in tm_cvsx_active()
484 flush_vsx_to_thread(target); in tm_cvsx_get()
528 flush_vsx_to_thread(target); in tm_cvsx_set()
/Linux-v5.10/arch/powerpc/include/asm/
Dswitch_to.h69 extern void flush_vsx_to_thread(struct task_struct *);
/Linux-v5.10/arch/powerpc/kernel/
Dprocess.c355 void flush_vsx_to_thread(struct task_struct *tsk) in flush_vsx_to_thread() function
366 EXPORT_SYMBOL_GPL(flush_vsx_to_thread);
Dsignal_64.c158 flush_vsx_to_thread(tsk); in setup_sigcontext()
Dsignal_32.c291 flush_vsx_to_thread(current); in save_user_regs()
Dtraps.c911 flush_vsx_to_thread(current); in p9_hmi_special_emu()