Home
last modified time | relevance | path

Searched refs:giveup_fpu (Results 1 – 10 of 10) sorted by relevance

/linux-3.4.99/arch/powerpc/include/asm/
Dswitch_to.h19 extern void giveup_fpu(struct task_struct *);
/linux-3.4.99/arch/powerpc/kernel/
Dprocess.c96 giveup_fpu(tsk); in flush_fp_to_thread()
109 giveup_fpu(current); in enable_kernel_fp()
111 giveup_fpu(NULL); /* just enables FP for kernel */ in enable_kernel_fp()
113 giveup_fpu(last_task_used_math); in enable_kernel_fp()
175 giveup_fpu(tsk); in giveup_vsx()
419 giveup_fpu(prev); in __switch_to()
Dppc_ksyms.c101 EXPORT_SYMBOL(giveup_fpu);
Dfpu.S125 _GLOBAL(giveup_fpu)
Dhead_8xx.S694 .globl giveup_fpu
695 giveup_fpu: label
Dhead_40x.S819 _ENTRY(giveup_fpu)
Dhead_44x.S794 _GLOBAL(giveup_fpu)
Dhead_fsl_booke.S925 _GLOBAL(giveup_fpu)
/linux-3.4.99/arch/microblaze/kernel/
Dhw_exception_handler.S875 .globl giveup_fpu;
877 giveup_fpu: label
/linux-3.4.99/arch/powerpc/kvm/
Dbook3s_pr.c390 giveup_fpu(current); in kvmppc_giveup_ext()
1027 giveup_fpu(current); in kvmppc_vcpu_run()