Home
last modified time | relevance | path

Searched refs:copy_xstate_to_user (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/arch/x86/include/asm/fpu/
Dxstate.h53 int copy_xstate_to_user(void __user *ubuf, struct xregs_state *xsave, unsigned int offset, unsigned…
/Linux-v4.19/arch/x86/kernel/fpu/
Dregset.c99 ret = copy_xstate_to_user(ubuf, xsave, pos, count); in xstateregs_get()
Dxstate.c1073 int copy_xstate_to_user(void __user *ubuf, struct xregs_state *xsave, unsigned int offset_start, un… in copy_xstate_to_user() function