Home
last modified time | relevance | path

Searched refs:__copy_tofrom_user (Results 1 – 13 of 13) sorted by relevance

/arch/score/include/asm/
Duaccess.h299 extern int __copy_tofrom_user(void *to, const void *from, unsigned long len);
307 res = __copy_tofrom_user(to, from, len); in copy_from_user()
319 len = __copy_tofrom_user(to, from, len); in copy_to_user()
327 unsigned long left = __copy_tofrom_user(to, from, len); in __copy_from_user()
334 __copy_tofrom_user((to), (from), (len))
345 return __copy_tofrom_user(to, from, len); in __copy_from_user_inatomic()
348 #define __copy_in_user(to, from, len) __copy_tofrom_user(to, from, len)
355 return __copy_tofrom_user(to, from, len); in copy_in_user()
/arch/openrisc/include/asm/
Duaccess.h263 __copy_tofrom_user(void *to, const void *from, unsigned long size);
266 __copy_tofrom_user(to, from, size)
268 __copy_tofrom_user(to, from, size)
279 res = __copy_tofrom_user(to, from, n); in copy_from_user()
289 n = __copy_tofrom_user(to, from, n); in copy_to_user()
/arch/microblaze/lib/
Duaccess_old.S155 .globl __copy_tofrom_user;
156 .type __copy_tofrom_user, @function
158 __copy_tofrom_user: label
261 .size __copy_tofrom_user, . - __copy_tofrom_user
/arch/openrisc/lib/
Dstring.S35 .global __copy_tofrom_user symbol
36 __copy_tofrom_user: label
/arch/openrisc/kernel/
Dor32_ksyms.c46 EXPORT_SYMBOL(__copy_tofrom_user);
/arch/microblaze/kernel/
Dmicroblaze_ksyms.c32 EXPORT_SYMBOL(__copy_tofrom_user);
/arch/powerpc/include/asm/
Duaccess.h370 extern unsigned long __copy_tofrom_user(void __user *to,
383 ret = __copy_tofrom_user((__force void __user *)to, from, n); in copy_from_user()
395 return __copy_tofrom_user(to, (__force void __user *)from, n); in copy_to_user()
402 __copy_tofrom_user((to), (from), (size))
444 ret = __copy_tofrom_user((__force void __user *)to, from, n); in __copy_from_user_inatomic()
476 ret = __copy_tofrom_user(to, (__force const void __user *)from, n); in __copy_to_user_inatomic()
/arch/powerpc/lib/
Dppc_ksyms.c26 EXPORT_SYMBOL(__copy_tofrom_user);
Dusercopy_64.c34 n =__copy_tofrom_user(to, from, n); in copy_in_user()
Dcopy_32.S297 _GLOBAL(__copy_tofrom_user)
Dcopyuser_64.S21 _GLOBAL_TOC(__copy_tofrom_user)
/arch/microblaze/include/asm/
Duaccess.h122 extern unsigned long __copy_tofrom_user(void __user *to,
368 __copy_tofrom_user((__force void __user *)(to), \
386 __copy_tofrom_user((void __user *)(to), \
/arch/score/lib/
Dstring.S135 ENTRY(__copy_tofrom_user)