Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/kernel/
Dptrace32.c101 flush_fp_to_thread(child); in compat_arch_ptrace()
147 flush_fp_to_thread(child); in compat_arch_ptrace()
203 flush_fp_to_thread(child); in compat_arch_ptrace()
251 flush_fp_to_thread(child); in compat_arch_ptrace()
Dptrace.c453 flush_fp_to_thread(target); in fpr_get()
464 flush_fp_to_thread(target); in fpr_get()
492 flush_fp_to_thread(target); in fpr_set()
511 flush_fp_to_thread(target); in fpr_set()
676 flush_fp_to_thread(target); in vsr_get()
709 flush_fp_to_thread(target); in vsr_set()
847 flush_fp_to_thread(target); in tm_cgpr_get()
912 flush_fp_to_thread(target); in tm_cgpr_set()
1014 flush_fp_to_thread(target); in tm_cfpr_get()
1060 flush_fp_to_thread(target); in tm_cfpr_set()
[all …]
Dprocess.c187 void flush_fp_to_thread(struct task_struct *tsk) in flush_fp_to_thread() function
213 EXPORT_SYMBOL_GPL(flush_fp_to_thread);
Dsignal_64.c142 flush_fp_to_thread(tsk); in setup_sigcontext()
Dsignal_32.c390 flush_fp_to_thread(current); in save_user_regs()
Dtraps.c1176 flush_fp_to_thread(current); in parse_fpe()
/Linux-v5.4/arch/powerpc/include/asm/
Dswitch_to.h30 extern void flush_fp_to_thread(struct task_struct *);
39 static inline void flush_fp_to_thread(struct task_struct *t) { } in flush_fp_to_thread() function
/Linux-v5.4/arch/powerpc/math-emu/
Dmath.c433 flush_fp_to_thread(current); in do_mathemu()