Home
last modified time | relevance | path

Searched refs:restore_i387_soft (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/asm-i386/
Dmath_emu.h6 int restore_i387_soft(void *s387, struct _fpstate *buf);
/linux-2.4.37.9/arch/i386/kernel/
Di387.c403 err = restore_i387_soft( &current->thread.i387.soft, buf ); in restore_i387()
464 return restore_i387_soft( &tsk->thread.i387.soft, in set_fpregs()
/linux-2.4.37.9/arch/i386/math-emu/
Dfpu_entry.c681 int restore_i387_soft(void *s387, struct _fpstate *buf) in restore_i387_soft() function