Searched refs:__copy_from_user_zeroing (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/arch/tile/lib/
H A Dexports.c43 EXPORT_SYMBOL(__copy_from_user_zeroing); variable
H A Dmemcpy_user_64.c87 unsigned long __copy_from_user_zeroing(void *to, const void __user *from, __copy_from_user_zeroing() function
H A Dmemcpy_32.S57 /* __copy_from_user_zeroing is like __copy_from_user_inatomic, but
60 ENTRY(__copy_from_user_zeroing)
61 .type __copy_from_user_zeroing, @function
64 .size __copy_from_user_zeroing, . - __copy_from_user_zeroing
/linux-4.4.14/arch/tile/include/asm/
H A Duaccess.h399 extern unsigned long __must_check __copy_from_user_zeroing(
406 return __copy_from_user_zeroing(to, from, n); __copy_from_user()

Completed in 193 milliseconds