Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kernel/ptrace/
H A Dptrace-spe.c21 flush_spe_to_thread(target); in evr_active()
28 flush_spe_to_thread(target); in evr_get()
45 flush_spe_to_thread(target); in evr_set()
/openbmc/linux/arch/powerpc/include/asm/
H A Dswitch_to.h97 extern void flush_spe_to_thread(struct task_struct *);
/openbmc/linux/arch/powerpc/kernel/
H A Dalign.c133 flush_spe_to_thread(current); in emulate_spe()
H A Dsignal_32.c263 flush_spe_to_thread(current); in prepare_save_user_regs()
H A Dtraps.c2158 flush_spe_to_thread(current); in DEFINE_INTERRUPT_HANDLER()
H A Dprocess.c392 void flush_spe_to_thread(struct task_struct *tsk) in flush_spe_to_thread() function