Searched refs:__copy_from_user (Results 1 - 4 of 4) sorted by path

/include/asm-generic/
H A Duaccess-unaligned.h11 __copy_from_user(&__x, (ptr), sizeof(*(ptr))) ? -EFAULT : 0; \
H A Duaccess.h78 #ifndef __copy_from_user
79 static inline __must_check long __copy_from_user(void *to, function
237 size = __copy_from_user(x, ptr, size);
248 #define __copy_from_user_inatomic __copy_from_user
260 return __copy_from_user(to, from, n);
/include/linux/
H A Dregset.h260 } else if (__copy_from_user(data, *ubuf, copy))
H A Duaccess.h51 return __copy_from_user(to, from, n);

Completed in 93 milliseconds