Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kernel/ptrace/
H A 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()
H A 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()
H A 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()
H A Dptrace-novsx.c28 flush_fp_to_thread(target); in fpr_get()
57 flush_fp_to_thread(target); in fpr_set()
H A Dptrace-fpu.c19 flush_fp_to_thread(child); in ptrace_get_fpr()
45 flush_fp_to_thread(child); in ptrace_put_fpr()
/openbmc/linux/arch/powerpc/include/asm/
H A 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
/openbmc/linux/arch/powerpc/math-emu/
H A Dmath.c433 flush_fp_to_thread(current); in do_mathemu()
/openbmc/linux/arch/powerpc/kernel/
H A 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);
H A Dsignal_64.c97 flush_fp_to_thread(tsk); in prepare_setup_sigcontext()
H A Dsignal_32.c250 flush_fp_to_thread(current); in prepare_save_user_regs()
H A Dtraps.c1200 flush_fp_to_thread(current); in parse_fpe()