Home
last modified time | relevance | path

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

/include/asm-generic/
Duaccess-unaligned.h23 __copy_to_user((ptr), &__x, sizeof(*(ptr))) ? -EFAULT : 0; \
Duaccess.h108 #ifndef __copy_to_user
109 static inline __must_check long __copy_to_user(void __user *to, in __copy_to_user() function
177 size = __copy_to_user(ptr, x, size); in __put_user_fn()
258 #define __copy_to_user_inatomic __copy_to_user
278 return __copy_to_user(to, from, n); in copy_to_user()
/include/linux/
Dpoll.h144 return __copy_to_user(ufdset, fdset, FDS_BYTES(nr)); in set_fd_set()
Dregset.h235 } else if (__copy_to_user(*ubuf, data, copy)) in user_regset_copyout()