Searched refs:restore_i387_soft (Results 1 – 3 of 3) sorted by relevance
6 int restore_i387_soft(void *s387, struct _fpstate *buf);
403 err = restore_i387_soft( ¤t->thread.i387.soft, buf ); in restore_i387()464 return restore_i387_soft( &tsk->thread.i387.soft, in set_fpregs()
681 int restore_i387_soft(void *s387, struct _fpstate *buf) in restore_i387_soft() function