Home
last modified time | relevance | path

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

/arch/x86/kernel/fpu/
Dxstate.c1124 static int copy_uabi_to_xstate(struct xregs_state *xsave, const void *kbuf, in copy_uabi_to_xstate() function
1202 return copy_uabi_to_xstate(xsave, kbuf, NULL, pkru); in copy_uabi_from_kernel_to_xstate()
1213 return copy_uabi_to_xstate(&tsk->thread.fpu.state.xsave, NULL, ubuf, &tsk->thread.pkru); in copy_sigframe_from_user_to_xstate()