Home
last modified time | relevance | path

Searched refs:__copy_user_zeroing (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/arch/metag/include/asm/
Duaccess.h200 extern unsigned long __must_check __copy_user_zeroing(void *to,
208 return __copy_user_zeroing(to, from, n); in copy_from_user()
212 #define __copy_from_user(to, from, n) __copy_user_zeroing(to, from, n)
/linux-4.4.14/arch/cris/arch-v10/lib/
Dusercopy.c195 unsigned long __copy_user_zeroing(void *pdst, const void __user *psrc, in __copy_user_zeroing() function
372 EXPORT_SYMBOL(__copy_user_zeroing);
/linux-4.4.14/arch/cris/arch-v32/lib/
Dusercopy.c162 unsigned long __copy_user_zeroing(void *pdst, const void __user *psrc, in __copy_user_zeroing() function
323 EXPORT_SYMBOL(__copy_user_zeroing);
/linux-4.4.14/arch/x86/lib/
Dusercopy_32.c531 #define __copy_user_zeroing(to, from, size) \ macro
588 __copy_user_zeroing(to, from, n); in __copy_from_user_ll()
618 __copy_user_zeroing(to, from, n); in __copy_from_user_ll_nocache()
620 __copy_user_zeroing(to, from, n); in __copy_from_user_ll_nocache()
/linux-4.4.14/arch/cris/include/asm/
Duaccess.h194 extern unsigned long __copy_user_zeroing(void *to, const void __user *from, unsigned long n);
209 return __copy_user_zeroing(to, from, n); in __generic_copy_from_user()
398 return __copy_user_zeroing(to, from, n); in __generic_copy_from_user_nocheck()
/linux-4.4.14/arch/mn10300/lib/
Dusercopy.c26 __copy_user_zeroing(to, from, n); in __generic_copy_from_user()
/linux-4.4.14/arch/m32r/include/asm/
Duaccess.h486 #define __copy_user_zeroing(to, from, size) \ macro
556 __copy_user_zeroing(to, from, n); in __generic_copy_from_user_nocheck()
/linux-4.4.14/arch/mn10300/include/asm/
Duaccess.h323 #define __copy_user_zeroing(to, from, size) \ macro
366 __copy_user_zeroing(to, from, n); in __generic_copy_from_user_nocheck()
/linux-4.4.14/arch/m32r/lib/
Dusercopy.c28 __copy_user_zeroing(to,from,n); in __generic_copy_from_user()
/linux-4.4.14/arch/metag/lib/
Dusercopy.c820 unsigned long __copy_user_zeroing(void *pdst, const void __user *psrc, in __copy_user_zeroing() function
941 EXPORT_SYMBOL(__copy_user_zeroing);