__copy_to_user_std  529 arch/arm/include/asm/uaccess.h __copy_to_user_std(void __user *to, const void *from, unsigned long n);
__copy_to_user_std  149 arch/arm/lib/uaccess_with_memcpy.c 		n = __copy_to_user_std(to, from, n);
__copy_to_user_std  256 arch/arm/lib/uaccess_with_memcpy.c 		ret |= __copy_to_user_std(user_ptr, kernel_ptr, size);