Home
last modified time | relevance | path

Searched refs:flush_fp_to_thread (Results 1 – 11 of 11) sorted by relevance

/Linux-v6.6/arch/powerpc/kernel/ptrace/
Dptrace-vsx.c27 flush_fp_to_thread(target); in fpr_get()
56 flush_fp_to_thread(target); in fpr_set()
104 flush_fp_to_thread(target); in vsr_get()
134 flush_fp_to_thread(target); in vsr_set()
Dptrace-tm.c101 flush_fp_to_thread(target); in tm_cgpr_get()
148 flush_fp_to_thread(target); in tm_cgpr_set()
242 flush_fp_to_thread(target); in tm_cfpr_get()
287 flush_fp_to_thread(target); in tm_cfpr_set()
359 flush_fp_to_thread(target); in tm_cvmx_get()
408 flush_fp_to_thread(target); in tm_cvmx_set()
483 flush_fp_to_thread(target); in tm_cvsx_get()
527 flush_fp_to_thread(target); in tm_cvsx_set()
587 flush_fp_to_thread(target); in tm_spr_get()
632 flush_fp_to_thread(target); in tm_spr_set()
Dptrace32.c91 flush_fp_to_thread(child); in compat_arch_ptrace()
136 flush_fp_to_thread(child); in compat_arch_ptrace()
191 flush_fp_to_thread(child); in compat_arch_ptrace()
238 flush_fp_to_thread(child); in compat_arch_ptrace()
Dptrace-novsx.c28 flush_fp_to_thread(target); in fpr_get()
57 flush_fp_to_thread(target); in fpr_set()
Dptrace-fpu.c19 flush_fp_to_thread(child); in ptrace_get_fpr()
45 flush_fp_to_thread(child); in ptrace_put_fpr()
/Linux-v6.6/arch/powerpc/include/asm/
Dswitch_to.h41 extern void flush_fp_to_thread(struct task_struct *);
50 static inline void flush_fp_to_thread(struct task_struct *t) { } in flush_fp_to_thread() function
/Linux-v6.6/arch/powerpc/math-emu/
Dmath.c433 flush_fp_to_thread(current); in do_mathemu()
/Linux-v6.6/arch/powerpc/kernel/
Dprocess.c179 void flush_fp_to_thread(struct task_struct *tsk) in flush_fp_to_thread() function
205 EXPORT_SYMBOL_GPL(flush_fp_to_thread);
Dsignal_64.c97 flush_fp_to_thread(tsk); in prepare_setup_sigcontext()
Dsignal_32.c250 flush_fp_to_thread(current); in prepare_save_user_regs()
Dtraps.c1198 flush_fp_to_thread(current); in parse_fpe()