Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/fpu/
Dxstate.c1053 __copy_xstate_to_user(void __user *ubuf, const void *data, unsigned int offset, unsigned int size, … in __copy_xstate_to_user() function
1098 ret = __copy_xstate_to_user(ubuf, &header, offset, size, size_total); in copy_xstate_to_user()
1116 ret = __copy_xstate_to_user(ubuf, src, offset, size, size_total); in copy_xstate_to_user()
1126 __copy_xstate_to_user(ubuf, &xsave->i387.mxcsr, offset, size, size_total); in copy_xstate_to_user()
1135 ret = __copy_xstate_to_user(ubuf, xstate_fx_sw_bytes, offset, size, size_total); in copy_xstate_to_user()