Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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.c96 flush_fp_to_thread(target); in tm_cgpr_get()
147 flush_fp_to_thread(target); in tm_cgpr_set()
241 flush_fp_to_thread(target); in tm_cfpr_get()
286 flush_fp_to_thread(target); in tm_cfpr_set()
358 flush_fp_to_thread(target); in tm_cvmx_get()
407 flush_fp_to_thread(target); in tm_cvmx_set()
482 flush_fp_to_thread(target); in tm_cvsx_get()
526 flush_fp_to_thread(target); in tm_cvsx_set()
586 flush_fp_to_thread(target); in tm_spr_get()
631 flush_fp_to_thread(target); in tm_spr_set()
Dptrace-novsx.c27 flush_fp_to_thread(target); in fpr_get()
52 flush_fp_to_thread(target); in fpr_set()
Dptrace32.c90 flush_fp_to_thread(child); in compat_arch_ptrace()
136 flush_fp_to_thread(child); in compat_arch_ptrace()
192 flush_fp_to_thread(child); in compat_arch_ptrace()
240 flush_fp_to_thread(child); in compat_arch_ptrace()
Dptrace.c76 flush_fp_to_thread(child); in arch_ptrace()
114 flush_fp_to_thread(child); in arch_ptrace()
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/arch/powerpc/math-emu/
Dmath.c433 flush_fp_to_thread(current); in do_mathemu()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dprocess.c180 void flush_fp_to_thread(struct task_struct *tsk) in flush_fp_to_thread() function
206 EXPORT_SYMBOL_GPL(flush_fp_to_thread);
Dsignal_64.c142 flush_fp_to_thread(tsk); in setup_sigcontext()
Dsignal_32.c245 flush_fp_to_thread(current); in save_user_regs()
Dtraps.c1194 flush_fp_to_thread(current); in parse_fpe()