Home
last modified time | relevance | path

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

/linux-4.1.27/arch/score/include/asm/
Duaccess.h291 extern int __copy_tofrom_user(void *to, const void *from, unsigned long len);
299 return __copy_tofrom_user(to, from, len); in copy_from_user()
303 return __copy_tofrom_user(to, from, len - over) + over; in copy_from_user()
314 return __copy_tofrom_user(to, from, len); in copy_to_user()
318 return __copy_tofrom_user(to, from, len - over) + over; in copy_to_user()
324 __copy_tofrom_user((to), (from), (len))
327 __copy_tofrom_user((to), (from), (len))
/linux-4.1.27/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 return __copy_tofrom_user(to, from, n); in copy_from_user()
282 return __copy_tofrom_user(to, from, n - over) + over; in copy_from_user()
293 return __copy_tofrom_user(to, from, n); in copy_to_user()
296 return __copy_tofrom_user(to, from, n - over) + over; in copy_to_user()
/linux-4.1.27/arch/powerpc/include/asm/
Duaccess.h318 extern unsigned long __copy_tofrom_user(void __user *to,
329 return __copy_tofrom_user((__force void __user *)to, from, n); in copy_from_user()
332 return __copy_tofrom_user((__force void __user *)to, from, in copy_from_user()
344 return __copy_tofrom_user(to, (__force void __user *)from, n); in copy_to_user()
347 return __copy_tofrom_user(to, (__force void __user *)from, in copy_to_user()
356 __copy_tofrom_user((to), (from), (size))
390 return __copy_tofrom_user((__force void __user *)to, from, n); in __copy_from_user_inatomic()
416 return __copy_tofrom_user(to, (__force const void __user *)from, n); in __copy_to_user_inatomic()
/linux-4.1.27/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
/linux-4.1.27/arch/openrisc/lib/
Dstring.S35 .global __copy_tofrom_user
36 __copy_tofrom_user: label
/linux-4.1.27/arch/microblaze/include/asm/
Duaccess.h122 extern unsigned long __copy_tofrom_user(void __user *to,
366 __copy_tofrom_user((__force void __user *)(to), \
381 __copy_tofrom_user((void __user *)(to), \
/linux-4.1.27/arch/openrisc/kernel/
Dor32_ksyms.c46 EXPORT_SYMBOL(__copy_tofrom_user);
/linux-4.1.27/arch/microblaze/kernel/
Dmicroblaze_ksyms.c32 EXPORT_SYMBOL(__copy_tofrom_user);
/linux-4.1.27/arch/alpha/include/asm/
Duaccess.h375 __copy_tofrom_user(void *to, const void *from, long len, const void __user *validate) in __copy_tofrom_user() function
400 return __copy_tofrom_user((__force void *)to, from, n, to); in copy_to_user()
406 return __copy_tofrom_user(to, (__force void *)from, n, from); in copy_from_user()
/linux-4.1.27/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.S179 _GLOBAL(__copy_tofrom_user)
Dcopyuser_64.S21 _GLOBAL_TOC(__copy_tofrom_user)
/linux-4.1.27/arch/score/lib/
Dstring.S135 ENTRY(__copy_tofrom_user)
/linux-4.1.27/tools/testing/selftests/powerpc/copyloops/
Dcopyuser_64.S21 _GLOBAL_TOC(__copy_tofrom_user)