Home
last modified time | relevance | path

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

/arch/x86/kernel/fpu/
Dxstate.c1088 static int copy_from_buffer(void *dst, unsigned int offset, unsigned int size, in copy_from_buffer() function
1133 if (copy_from_buffer(&hdr, offset, sizeof(hdr), kbuf, ubuf)) in copy_uabi_to_xstate()
1145 if (copy_from_buffer(mxcsr, offset, sizeof(mxcsr), kbuf, ubuf)) in copy_uabi_to_xstate()
1168 if (copy_from_buffer(dst, offset, size, kbuf, ubuf)) in copy_uabi_to_xstate()