Searched refs:__copy_user_ll (Results 1 – 2 of 2) sorted by relevance
12 unsigned long __must_check __copy_user_ll20 return __copy_user_ll((__force void *)to, from, n); in raw_copy_to_user()26 return __copy_user_ll(to, (__force const void *)from, n); in raw_copy_from_user()
313 unsigned long __copy_user_ll(void *to, const void *from, unsigned long n) in __copy_user_ll() function323 EXPORT_SYMBOL(__copy_user_ll);