Home
last modified time | relevance | path

Searched refs:flush_altivec_to_thread (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/arch/powerpc/kernel/ptrace/
Dptrace-altivec.c25 flush_altivec_to_thread(target); in vr_active()
51 flush_altivec_to_thread(target); in vr_get()
85 flush_altivec_to_thread(target); in vr_set()
Dptrace-tm.c102 flush_altivec_to_thread(target); in tm_cgpr_get()
149 flush_altivec_to_thread(target); in tm_cgpr_set()
243 flush_altivec_to_thread(target); in tm_cfpr_get()
288 flush_altivec_to_thread(target); in tm_cfpr_set()
360 flush_altivec_to_thread(target); in tm_cvmx_get()
409 flush_altivec_to_thread(target); in tm_cvmx_set()
484 flush_altivec_to_thread(target); in tm_cvsx_get()
528 flush_altivec_to_thread(target); in tm_cvsx_set()
588 flush_altivec_to_thread(target); in tm_spr_get()
633 flush_altivec_to_thread(target); in tm_spr_set()
Dptrace-vsx.c105 flush_altivec_to_thread(target); in vsr_get()
135 flush_altivec_to_thread(target); in vsr_set()
/linux-6.1.9/arch/powerpc/include/asm/
Dswitch_to.h55 extern void flush_altivec_to_thread(struct task_struct *);
/linux-6.1.9/arch/powerpc/kernel/
Dprocess.c287 void flush_altivec_to_thread(struct task_struct *tsk) in flush_altivec_to_thread() function
298 EXPORT_SYMBOL_GPL(flush_altivec_to_thread);
Dsignal_64.c92 flush_altivec_to_thread(tsk); in prepare_setup_sigcontext()
Dsignal_32.c253 flush_altivec_to_thread(current); in prepare_save_user_regs()
Dtraps.c2079 flush_altivec_to_thread(current); in DEFINE_INTERRUPT_HANDLER()