Searched refs:__copy_to_user (Results 1 – 4 of 4) sorted by relevance
/include/asm-generic/ |
D | uaccess-unaligned.h | 23 __copy_to_user((ptr), &__x, sizeof(*(ptr))) ? -EFAULT : 0; \
|
D | uaccess.h | 108 #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/ |
D | poll.h | 144 return __copy_to_user(ufdset, fdset, FDS_BYTES(nr)); in set_fd_set()
|
D | regset.h | 235 } else if (__copy_to_user(*ubuf, data, copy)) in user_regset_copyout()
|