Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/include/asm/fpu/
Dinternal.h360 static inline int xrstor_from_user_sigframe(struct xregs_state __user *buf, u64 mask) in xrstor_from_user_sigframe() function
/Linux-v5.15/arch/x86/kernel/fpu/
Dsignal.c231 ret = xrstor_from_user_sigframe(buf, xrestore); in __restore_fpregs_from_user()