Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kernel/fpu/
Dxstate.c1041 __copy_xstate_to_user(void __user *ubuf, const void *data, unsigned int offset, unsigned int size, … in __copy_xstate_to_user() function
1086 ret = __copy_xstate_to_user(ubuf, &header, offset, size, size_total); in copy_xstate_to_user()
1104 ret = __copy_xstate_to_user(ubuf, src, offset, size, size_total); in copy_xstate_to_user()
1114 __copy_xstate_to_user(ubuf, &xsave->i387.mxcsr, offset, size, size_total); in copy_xstate_to_user()
1123 ret = __copy_xstate_to_user(ubuf, xstate_fx_sw_bytes, offset, size, size_total); in copy_xstate_to_user()