Home
last modified time | relevance | path

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

/Linux-v4.19/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.c446 flush_fp_to_thread(target); in fpr_get()
457 flush_fp_to_thread(target); in fpr_get()
485 flush_fp_to_thread(target); in fpr_set()
504 flush_fp_to_thread(target); in fpr_set()
663 flush_fp_to_thread(target); in vsr_get()
696 flush_fp_to_thread(target); in vsr_set()
834 flush_fp_to_thread(target); in tm_cgpr_get()
899 flush_fp_to_thread(target); in tm_cgpr_set()
1001 flush_fp_to_thread(target); in tm_cfpr_get()
1047 flush_fp_to_thread(target); in tm_cfpr_set()
[all …]
Dprocess.c205 void flush_fp_to_thread(struct task_struct *tsk) in flush_fp_to_thread() function
231 EXPORT_SYMBOL_GPL(flush_fp_to_thread);
Dsignal_64.c146 flush_fp_to_thread(tsk); in setup_sigcontext()
Dsignal_32.c394 flush_fp_to_thread(current); in save_user_regs()
Dtraps.c1094 flush_fp_to_thread(current); in parse_fpe()
/Linux-v4.19/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-v4.19/arch/powerpc/math-emu/
Dmath.c433 flush_fp_to_thread(current); in do_mathemu()