Searched refs:__copy_from_user_zeroing (Results 1 – 4 of 4) sorted by relevance
60 ENTRY(__copy_from_user_zeroing)61 .type __copy_from_user_zeroing, @function64 .size __copy_from_user_zeroing, . - __copy_from_user_zeroing
43 EXPORT_SYMBOL(__copy_from_user_zeroing);
87 unsigned long __copy_from_user_zeroing(void *to, const void __user *from, in __copy_from_user_zeroing() function
399 extern unsigned long __must_check __copy_from_user_zeroing(406 return __copy_from_user_zeroing(to, from, n); in __copy_from_user()