copy_xstate_to_kernel   53 arch/x86/include/asm/fpu/xstate.h int copy_xstate_to_kernel(void *kbuf, struct xregs_state *xsave, unsigned int offset, unsigned int size);
copy_xstate_to_kernel   93 arch/x86/kernel/fpu/regset.c 			ret = copy_xstate_to_kernel(kbuf, xsave, pos, count);