Home
last modified time | relevance | path

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

/include/asm-generic/
Duaccess.h77 #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()
Duaccess-unaligned.h11 __copy_from_user(&__x, (ptr), sizeof(*(ptr))) ? -EFAULT : 0; \
/include/linux/
Duaccess.h52 return __copy_from_user(to, from, n); in __copy_from_user_nocache()
Dregset.h260 } else if (__copy_from_user(data, *ubuf, copy)) in user_regset_copyin()
/include/drm/
Ddrm_os_linux.h94 __copy_from_user(arg1, arg2, arg3)