Searched refs:fpu_restore (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Dfpu.h72 extern asmlinkage void fpu_restore(struct fpu_state_struct *);
75 #define fpu_restore(a) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dfpu-low.S138 # void fpu_restore(struct fpu_state_struct *)
143 .globl fpu_restore
144 .type fpu_restore,@function
145 fpu_restore: label
197 .size fpu_restore,.-fpu_restore
H A Dfpu.c46 fpu_restore(&tsk->thread.fpu_state);

Completed in 61 milliseconds