Symbol: flush_fp_to_thread
arch/powerpc/include/asm/switch_to.h
41
extern void flush_fp_to_thread(struct task_struct *);
arch/powerpc/kernel/process.c
203
EXPORT_SYMBOL_GPL(flush_fp_to_thread);
arch/powerpc/kernel/ptrace/ptrace-fpu.c
19
flush_fp_to_thread(child);
arch/powerpc/kernel/ptrace/ptrace-fpu.c
45
flush_fp_to_thread(child);
arch/powerpc/kernel/ptrace/ptrace-novsx.c
28
flush_fp_to_thread(target);
arch/powerpc/kernel/ptrace/ptrace-novsx.c
57
flush_fp_to_thread(target);
arch/powerpc/kernel/ptrace/ptrace-tm.c
101
flush_fp_to_thread(target);
arch/powerpc/kernel/ptrace/ptrace-tm.c
148
flush_fp_to_thread(target);
arch/powerpc/kernel/ptrace/ptrace-tm.c
242
flush_fp_to_thread(target);
arch/powerpc/kernel/ptrace/ptrace-tm.c
287
flush_fp_to_thread(target);
arch/powerpc/kernel/ptrace/ptrace-tm.c
359
flush_fp_to_thread(target);
arch/powerpc/kernel/ptrace/ptrace-tm.c
408
flush_fp_to_thread(target);
arch/powerpc/kernel/ptrace/ptrace-tm.c
483
flush_fp_to_thread(target);
arch/powerpc/kernel/ptrace/ptrace-tm.c
527
flush_fp_to_thread(target);
arch/powerpc/kernel/ptrace/ptrace-tm.c
587
flush_fp_to_thread(target);
arch/powerpc/kernel/ptrace/ptrace-tm.c
632
flush_fp_to_thread(target);
arch/powerpc/kernel/ptrace/ptrace-vsx.c
104
flush_fp_to_thread(target);
arch/powerpc/kernel/ptrace/ptrace-vsx.c
134
flush_fp_to_thread(target);
arch/powerpc/kernel/ptrace/ptrace-vsx.c
27
flush_fp_to_thread(target);
arch/powerpc/kernel/ptrace/ptrace-vsx.c
56
flush_fp_to_thread(target);
arch/powerpc/kernel/ptrace/ptrace32.c
136
flush_fp_to_thread(child);
arch/powerpc/kernel/ptrace/ptrace32.c
191
flush_fp_to_thread(child);
arch/powerpc/kernel/ptrace/ptrace32.c
238
flush_fp_to_thread(child);
arch/powerpc/kernel/ptrace/ptrace32.c
91
flush_fp_to_thread(child);
arch/powerpc/kernel/signal_32.c
250
flush_fp_to_thread(current);
arch/powerpc/kernel/signal_64.c
97
flush_fp_to_thread(tsk);
arch/powerpc/kernel/traps.c
1199
flush_fp_to_thread(current);
arch/powerpc/math-emu/math.c
433
flush_fp_to_thread(current);