__copy_user_ll     12 arch/x86/include/asm/uaccess_32.h unsigned long __must_check __copy_user_ll
__copy_user_ll     20 arch/x86/include/asm/uaccess_32.h 	return __copy_user_ll((__force void *)to, from, n);
__copy_user_ll     53 arch/x86/include/asm/uaccess_32.h 	return __copy_user_ll(to, (__force const void *)from, n);
__copy_user_ll    342 arch/x86/lib/usercopy_32.c EXPORT_SYMBOL(__copy_user_ll);