Searched refs:restore_fp (Results 1 – 4 of 4) sorted by relevance
233 static inline void restore_fp(struct task_struct *tsk) in restore_fp() function318 extern void restore_fp(struct task_struct *tsk)
31 restore_fp(current); in restore_processor_state()
158 restore_fp(current); in dbg_set_reg()
240 static int restore_fp(struct task_struct *tsk) in restore_fp() function250 static int restore_fp(struct task_struct *tsk) { return 0; } in restore_fp() function539 if ((!(msr & MSR_FP)) && restore_fp(current)) in restore_math()