copy_xstate_to_user 54 arch/x86/include/asm/fpu/xstate.h int copy_xstate_to_user(void __user *ubuf, struct xregs_state *xsave, unsigned int offset, unsigned int size); copy_xstate_to_user 95 arch/x86/kernel/fpu/regset.c ret = copy_xstate_to_user(ubuf, xsave, pos, count);