Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/fpu/
Dxstate.h53 int copy_xstate_to_kernel(void *kbuf, struct xregs_state *xsave, unsigned int offset, unsigned int …
/Linux-v5.4/arch/x86/kernel/fpu/
Dregset.c93 ret = copy_xstate_to_kernel(kbuf, xsave, pos, count); in xstateregs_get()
Dxstate.c977 int copy_xstate_to_kernel(void *kbuf, struct xregs_state *xsave, unsigned int offset_start, unsigne… in copy_xstate_to_kernel() function