Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kernel/fpu/
Dxstate.c1060 static void copy_part(struct membuf *to, unsigned *last, unsigned offset, in copy_part() function
1091 copy_part(&to, &last, 0, off_mxcsr, &xsave->i387); in copy_xstate_to_kernel()
1093 copy_part(&to, &last, off_mxcsr, in copy_xstate_to_kernel()
1096 copy_part(&to, &last, offsetof(struct fxregs_state, st_space), in copy_xstate_to_kernel()
1099 copy_part(&to, &last, xstate_offsets[XFEATURE_SSE], in copy_xstate_to_kernel()
1104 copy_part(&to, &last, offsetof(struct fxregs_state, sw_reserved), in copy_xstate_to_kernel()
1109 copy_part(&to, &last, offsetof(struct xregs_state, header), in copy_xstate_to_kernel()
1119 copy_part(&to, &last, xstate_offsets[i], in copy_xstate_to_kernel()