Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/fpu/
H A Dxstate.h45 extern void __copy_xstate_to_uabi_buf(struct membuf to, struct fpstate *fpstate,
H A Dxstate.c1066 void __copy_xstate_to_uabi_buf(struct membuf to, struct fpstate *fpstate, in __copy_xstate_to_uabi_buf() function
1193 __copy_xstate_to_uabi_buf(to, tsk->thread.fpu.fpstate, in copy_xstate_to_uabi_buf()
H A Dcore.c379 __copy_xstate_to_uabi_buf(mb, kstate, xfeatures, pkru, in fpu_copy_guest_fpstate_to_uabi()