Searched refs:__copy_from_user (Results 1 – 5 of 5) sorted by relevance
/include/asm-generic/ |
D | uaccess.h | 77 #ifndef __copy_from_user 78 static inline __must_check long __copy_from_user(void *to, in __copy_from_user() function 229 size = __copy_from_user(x, ptr, size); in __get_user_fn() 236 #define __copy_from_user_inatomic __copy_from_user 248 return __copy_from_user(to, from, n); in copy_from_user()
|
D | uaccess-unaligned.h | 11 __copy_from_user(&__x, (ptr), sizeof(*(ptr))) ? -EFAULT : 0; \
|
/include/linux/ |
D | uaccess.h | 52 return __copy_from_user(to, from, n); in __copy_from_user_nocache()
|
D | regset.h | 260 } else if (__copy_from_user(data, *ubuf, copy)) in user_regset_copyin()
|
/include/drm/ |
D | drm_os_linux.h | 94 __copy_from_user(arg1, arg2, arg3)
|