Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/kernel/fpu/
Dsignal.c233 ret = fxrstor_from_user_sigframe(buf); in __restore_fpregs_from_user()
239 return fxrstor_from_user_sigframe(buf); in __restore_fpregs_from_user()
/Linux-v5.15/arch/x86/include/asm/fpu/
Dinternal.h162 static inline int fxrstor_from_user_sigframe(struct fxregs_state __user *fx) in fxrstor_from_user_sigframe() function