Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/fpu/
Dxstate.h54 int copy_xstate_to_user(void __user *ubuf, struct xregs_state *xsave, unsigned int offset, unsigned…
/Linux-v5.4/arch/x86/kernel/fpu/
Dregset.c95 ret = copy_xstate_to_user(ubuf, xsave, pos, count); in xstateregs_get()
Dxstate.c1061 int copy_xstate_to_user(void __user *ubuf, struct xregs_state *xsave, unsigned int offset_start, un… in copy_xstate_to_user() function