Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dfpu-internal.h85 static inline int fxrstor_checking(struct i387_fxsave_struct *fx) in fxrstor_checking() function
186 static inline int fxrstor_checking(struct i387_fxsave_struct *fx) in fxrstor_checking() function
253 return fxrstor_checking(&fpu->state->fxsave); in fpu_fxrstor_checking()
/arch/x86/kernel/
Dxsave.c270 return fxrstor_checking((__force struct i387_fxsave_struct *)buf); in restore_user_xstate()
299 err = fxrstor_checking((__force struct i387_fxsave_struct *) in restore_i387_xstate()