Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/fpu/
H A Dsignal.c248 ret = fxrstor_from_user_sigframe(buf); in __restore_fpregs_from_user()
254 return fxrstor_from_user_sigframe(buf); in __restore_fpregs_from_user()
H A Dlegacy.h80 static inline int fxrstor_from_user_sigframe(struct fxregs_state __user *fx) in fxrstor_from_user_sigframe() function