Searched refs:__generic_copy_to_user (Results 1 – 10 of 10) sorted by relevance
| /linux-4.4.14/arch/m68k/lib/ |
| D | uaccess.c | 62 unsigned long __generic_copy_to_user(void __user *to, const void *from, in __generic_copy_to_user() function 104 EXPORT_SYMBOL(__generic_copy_to_user);
|
| /linux-4.4.14/arch/m68k/include/asm/ |
| D | uaccess_mm.h | 203 unsigned long __generic_copy_to_user(void __user *to, const void *from, unsigned long n); 360 return __generic_copy_to_user(to, from, n); in __constant_copy_to_user() 374 __generic_copy_to_user(to, from, n))
|
| /linux-4.4.14/arch/mn10300/kernel/ |
| D | mn10300_ksyms.c | 30 EXPORT_SYMBOL(__generic_copy_to_user);
|
| /linux-4.4.14/arch/cris/include/asm/ |
| D | uaccess.h | 198 __generic_copy_to_user(void __user *to, const void *from, unsigned long n) in __generic_copy_to_user() function 336 ret = __generic_copy_to_user(to, from, n); in __constant_copy_to_user() 388 __generic_copy_to_user(to, from, n))
|
| /linux-4.4.14/arch/m32r/kernel/ |
| D | m32r_ksyms.c | 30 EXPORT_SYMBOL(__generic_copy_to_user);
|
| /linux-4.4.14/arch/mn10300/lib/ |
| D | usercopy.c | 15 __generic_copy_to_user(void *to, const void *from, unsigned long n) in __generic_copy_to_user() function
|
| /linux-4.4.14/arch/m32r/include/asm/ |
| D | uaccess.h | 567 unsigned long __generic_copy_to_user(void __user *, const void *, unsigned long); 608 __generic_copy_to_user((to), (from), (n)); \
|
| /linux-4.4.14/arch/mn10300/include/asm/ |
| D | uaccess.h | 462 extern unsigned long __generic_copy_to_user(void __user *, const void *, 485 #define copy_to_user(to, from, n) __generic_copy_to_user((to), (from), (n))
|
| /linux-4.4.14/arch/xtensa/include/asm/ |
| D | uaccess.h | 409 __generic_copy_to_user(void *to, const void *from, unsigned long n) 428 #define copy_to_user(to, from, n) __generic_copy_to_user((to), (from), (n))
|
| /linux-4.4.14/arch/m32r/lib/ |
| D | usercopy.c | 15 __generic_copy_to_user(void __user *to, const void *from, unsigned long n) in __generic_copy_to_user() function
|