Home
last modified time | relevance | path

Searched refs:restore_fpu_checking (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/asm-x86_64/
Di387.h74 static inline int restore_fpu_checking(struct i387_fxsave_struct *fx) in restore_fpu_checking() function
143 return restore_fpu_checking((struct i387_fxsave_struct *)buf); in restore_i387()
/linux-2.4.37.9/arch/x86_64/kernel/
Dtraps.c825 restore_fpu_checking(&me->thread.i387.fxsave); in math_state_restore()