copy_to_user       68 arch/x86/lib/copy_user_64.S ENTRY(copy_to_user)
copy_to_user      852 arch/x86/lib/usercopy_32.c copy_to_user(void __user *to, const void *from, unsigned long n)
copy_to_user      363 include/asm-cris/uaccess.h #define copy_to_user(to, from, n)		\
copy_to_user      309 include/asm-frv/uaccess.h static inline long copy_to_user(void __user *to, const void *from, unsigned long n)
copy_to_user      598 include/asm-m32r/uaccess.h #define copy_to_user(to,from,n)				\
copy_to_user      364 include/asm-m68k/uaccess.h #define copy_to_user(to, from, n)	__copy_to_user(to, from, n)
copy_to_user      480 include/asm-mn10300/uaccess.h #define copy_to_user(to, from, n)   __generic_copy_to_user((to), (from), (n))
copy_to_user      420 include/asm-xtensa/uaccess.h #define copy_to_user(to,from,n) __generic_copy_to_user((to),(from),(n))