Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/
Dxsave.c320 return fxrstor_user(buf); in restore_user_xstate()
328 return fxrstor_user(buf); in restore_user_xstate()
/linux-4.1.27/arch/x86/include/asm/
Dfpu-internal.h210 static inline int fxrstor_user(struct i387_fxsave_struct __user *fx) in fxrstor_user() function