Searched refs:__copy_from_user_zeroing (Results 1 – 5 of 5) sorted by relevance
85 unsigned long __copy_from_user_zeroing(void *to, const void __user *from, in __copy_from_user_zeroing() function
49 EXPORT_SYMBOL(__copy_from_user_zeroing);
30 #define __copy_from_user_zeroing __copy_from_user_zeroing_asm macro67 ENTRY(__copy_from_user_zeroing)68 .type __copy_from_user_zeroing, @function71 .size __copy_from_user_zeroing, . - __copy_from_user_zeroing
267 unsigned long __copy_from_user_zeroing(void *to, const void __user *from, in __copy_from_user_zeroing() function
336 extern unsigned long __must_check __copy_from_user_zeroing(343 return __copy_from_user_zeroing(to, from, n); in __copy_from_user()