Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kernel/ptrace/
H A 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()
H A 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()
/openbmc/linux/arch/powerpc/include/asm/
H A Dswitch_to.h78 extern void flush_vsx_to_thread(struct task_struct *);
/openbmc/linux/arch/powerpc/kernel/
H A 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);
H A Dsignal_64.c101 flush_vsx_to_thread(tsk); in prepare_setup_sigcontext()
H A Dsignal_32.c259 flush_vsx_to_thread(current); in prepare_save_user_regs()
H A Dtraps.c912 flush_vsx_to_thread(current); in p9_hmi_special_emu()