Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kernel/fpu/
Dsignal.c272 r = copy_user_to_fxregs(buf); in copy_user_to_fpregs_zeroing()
285 return copy_user_to_fxregs(buf); in copy_user_to_fpregs_zeroing()
/Linux-v5.10/arch/x86/include/asm/fpu/
Dinternal.h176 static inline int copy_user_to_fxregs(struct fxregs_state __user *fx) in copy_user_to_fxregs() function