Searched refs:fpu_save_restore (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/arch/arc/include/asm/
H A Dswitch_to.h18 extern void fpu_save_restore(struct task_struct *p, struct task_struct *n);
19 #define ARC_FPU_PREV(p, n) fpu_save_restore(p, n)
/linux-4.1.27/arch/arc/kernel/
H A Dfpu.c33 void fpu_save_restore(struct task_struct *prev, struct task_struct *next) fpu_save_restore() function

Completed in 98 milliseconds