Searched refs:__copy_user_zeroing (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/arch/metag/include/asm/ |
D | uaccess.h | 200 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.1.27/arch/cris/arch-v10/lib/ |
D | usercopy.c | 195 unsigned long __copy_user_zeroing(void *pdst, const void __user *psrc, in __copy_user_zeroing() function 372 EXPORT_SYMBOL(__copy_user_zeroing);
|
/linux-4.1.27/arch/cris/arch-v32/lib/ |
D | usercopy.c | 162 unsigned long __copy_user_zeroing(void *pdst, const void __user *psrc, in __copy_user_zeroing() function 323 EXPORT_SYMBOL(__copy_user_zeroing);
|
/linux-4.1.27/arch/x86/lib/ |
D | usercopy_32.c | 531 #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.1.27/arch/cris/include/asm/ |
D | uaccess.h | 194 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.1.27/arch/mn10300/lib/ |
D | usercopy.c | 26 __copy_user_zeroing(to, from, n); in __generic_copy_from_user()
|
/linux-4.1.27/arch/m32r/include/asm/ |
D | uaccess.h | 481 #define __copy_user_zeroing(to, from, size) \ macro 551 __copy_user_zeroing(to, from, n); in __generic_copy_from_user_nocheck()
|
/linux-4.1.27/arch/mn10300/include/asm/ |
D | uaccess.h | 323 #define __copy_user_zeroing(to, from, size) \ macro 366 __copy_user_zeroing(to, from, n); in __generic_copy_from_user_nocheck()
|
/linux-4.1.27/arch/m32r/lib/ |
D | usercopy.c | 28 __copy_user_zeroing(to,from,n); in __generic_copy_from_user()
|
/linux-4.1.27/arch/metag/lib/ |
D | usercopy.c | 820 unsigned long __copy_user_zeroing(void *pdst, const void __user *psrc, in __copy_user_zeroing() function 941 EXPORT_SYMBOL(__copy_user_zeroing);
|