Home
last modified time | relevance | path

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

/Linux-v6.6/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.c448 flush_vsx_to_thread(target); in tm_cvsx_active()
485 flush_vsx_to_thread(target); in tm_cvsx_get()
529 flush_vsx_to_thread(target); in tm_cvsx_set()
/Linux-v6.6/arch/powerpc/include/asm/
Dswitch_to.h78 extern void flush_vsx_to_thread(struct task_struct *);
/Linux-v6.6/arch/powerpc/kernel/
Dprocess.c354 void flush_vsx_to_thread(struct task_struct *tsk) in flush_vsx_to_thread() function
365 EXPORT_SYMBOL_GPL(flush_vsx_to_thread);
Dsignal_64.c101 flush_vsx_to_thread(tsk); in prepare_setup_sigcontext()
Dsignal_32.c259 flush_vsx_to_thread(current); in prepare_save_user_regs()
Dtraps.c912 flush_vsx_to_thread(current); in p9_hmi_special_emu()