Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/kernel/fpu/
Dxstate.c1081 static int copy_from_buffer(void *dst, unsigned int offset, unsigned int size, in copy_from_buffer() function
1103 if (copy_from_buffer(&hdr, offset, sizeof(hdr), kbuf, ubuf)) in copy_uabi_to_xstate()
1115 if (copy_from_buffer(mxcsr, offset, sizeof(mxcsr), kbuf, ubuf)) in copy_uabi_to_xstate()
1138 if (copy_from_buffer(dst, offset, size, kbuf, ubuf)) in copy_uabi_to_xstate()