Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/fpu/
Dxstate.h52 int copy_xstate_to_kernel(void *kbuf, struct xregs_state *xsave, unsigned int offset, unsigned int …
/Linux-v4.19/arch/x86/kernel/fpu/
Dregset.c97 ret = copy_xstate_to_kernel(kbuf, xsave, pos, count); in xstateregs_get()
Dxstate.c989 int copy_xstate_to_kernel(void *kbuf, struct xregs_state *xsave, unsigned int offset_start, unsigne… in copy_xstate_to_kernel() function