Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kernel/fpu/
Dxstate.c1190 static int copy_from_buffer(void *dst, unsigned int offset, unsigned int size, in copy_from_buffer() function
1241 if (copy_from_buffer(&hdr, offset, sizeof(hdr), kbuf, ubuf)) in copy_uabi_to_xstate()
1253 if (copy_from_buffer(mxcsr, offset, sizeof(mxcsr), kbuf, ubuf)) in copy_uabi_to_xstate()
1276 if (copy_from_buffer(dst, offset, size, kbuf, ubuf)) in copy_uabi_to_xstate()