Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Dptrace32.c101 flush_fp_to_thread(child); in compat_arch_ptrace()
147 flush_fp_to_thread(child); in compat_arch_ptrace()
202 flush_fp_to_thread(child); in compat_arch_ptrace()
250 flush_fp_to_thread(child); in compat_arch_ptrace()
Dswsusp.c23 flush_fp_to_thread(current); in save_processor_state()
Dptrace.c368 flush_fp_to_thread(target); in fpr_get()
394 flush_fp_to_thread(target); in fpr_set()
1556 flush_fp_to_thread(child); in arch_ptrace()
1589 flush_fp_to_thread(child); in arch_ptrace()
Dsignal_64.c121 flush_fp_to_thread(current); in setup_sigcontext()
201 flush_fp_to_thread(current); in setup_tm_sigcontexts()
Dprocess.c124 void flush_fp_to_thread(struct task_struct *tsk) in flush_fp_to_thread() function
152 EXPORT_SYMBOL_GPL(flush_fp_to_thread);
1078 flush_fp_to_thread(src); in arch_dup_task_struct()
Dsignal_32.c415 flush_fp_to_thread(current); in save_user_regs()
529 flush_fp_to_thread(current); in save_tm_user_regs()
Dalign.c953 flush_fp_to_thread(current); in fix_alignment()
Dtraps.c858 flush_fp_to_thread(current); in parse_fpe()
/arch/powerpc/include/asm/
Dswitch_to.h49 extern void flush_fp_to_thread(struct task_struct *);
52 static inline void flush_fp_to_thread(struct task_struct *t) { } in flush_fp_to_thread() function
/arch/powerpc/math-emu/
Dmath.c432 flush_fp_to_thread(current); in do_mathemu()
/arch/powerpc/kvm/
Dbook3s_hv.c2004 flush_fp_to_thread(current); in kvmppc_vcpu_run_hv()