Home
last modified time | relevance | path

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

/linux-4.4.14/arch/m68k/lib/
Duaccess.c62 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/
Duaccess_mm.h203 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/
Dmn10300_ksyms.c30 EXPORT_SYMBOL(__generic_copy_to_user);
/linux-4.4.14/arch/cris/include/asm/
Duaccess.h198 __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/
Dm32r_ksyms.c30 EXPORT_SYMBOL(__generic_copy_to_user);
/linux-4.4.14/arch/mn10300/lib/
Dusercopy.c15 __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/
Duaccess.h567 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/
Duaccess.h462 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/
Duaccess.h409 __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/
Dusercopy.c15 __generic_copy_to_user(void __user *to, const void *from, unsigned long n) in __generic_copy_to_user() function