Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/fpu/
Dsignal.c240 return copy_user_to_xregs(buf, xbv); in copy_user_to_fpregs_zeroing()
/linux-4.4.14/arch/x86/include/asm/fpu/
Dinternal.h403 static inline int copy_user_to_xregs(struct xregs_state __user *buf, u64 mask) in copy_user_to_xregs() function