__copy_to_user    394 include/asm-cris/uaccess.h #define __copy_to_user(to,from,n)   __generic_copy_to_user_nocheck((to),(from),(n))
__copy_to_user    283 include/asm-frv/uaccess.h __copy_to_user(void __user *to, const void *from, unsigned long n)
__copy_to_user    579 include/asm-m32r/uaccess.h #define __copy_to_user(to,from,n)			\
__copy_to_user    355 include/asm-m68k/uaccess.h #define __copy_to_user(to, from, n)		\
__copy_to_user    467 include/asm-mn10300/uaccess.h #define __copy_to_user(to, from, n)			\
__copy_to_user    236 include/asm-parisc/uaccess.h #define __copy_to_user copy_to_user
__copy_to_user     45 include/asm-um/uaccess.h #define __copy_to_user(to, from, n) copy_to_user(to, from, n)
__copy_to_user     83 include/asm-x86/uaccess_32.h __copy_to_user(void __user *to, const void *from, unsigned long n)
__copy_to_user     71 include/asm-x86/uaccess_64.h int __copy_to_user(void __user *dst, const void *src, unsigned size)
__copy_to_user    422 include/asm-xtensa/uaccess.h #define __copy_to_user(to,from,n) __generic_copy_to_user_nocheck((to),(from),(n))