Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/kernel/ptrace/
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()
/linux-6.1.9/arch/powerpc/include/asm/
Dswitch_to.h97 extern void flush_spe_to_thread(struct task_struct *);
/linux-6.1.9/arch/powerpc/kernel/
Dalign.c133 flush_spe_to_thread(current); in emulate_spe()
Dsignal_32.c263 flush_spe_to_thread(current); in prepare_save_user_regs()
Dtraps.c2127 flush_spe_to_thread(current); in DEFINE_INTERRUPT_HANDLER()
Dprocess.c392 void flush_spe_to_thread(struct task_struct *tsk) in flush_spe_to_thread() function