Home
last modified time | relevance | path

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

/linux-4.1.27/arch/alpha/include/asm/
Duaccess.h358 __copy_tofrom_user_nocheck(void *to, const void *from, long len) in __copy_tofrom_user_nocheck() function
378 len = __copy_tofrom_user_nocheck(to, from, len); in __copy_tofrom_user()
385 __copy_tofrom_user_nocheck((__force void *)(to), (from), (n)); \
390 __copy_tofrom_user_nocheck((to), (__force void *)(from), (n)); \