Searched refs:__copy_tofrom_user (Results 1 - 14 of 14) sorted by relevance

/linux-4.4.14/arch/powerpc/lib/
H A Dppc_ksyms.c26 EXPORT_SYMBOL(__copy_tofrom_user); variable
H A Dusercopy_64.c34 n =__copy_tofrom_user(to, from, n); copy_in_user()
H A Dcopyuser_64.S21 _GLOBAL_TOC(__copy_tofrom_user)
581 * standard __copy_tofrom_user
H A Dcopy_32.S297 _GLOBAL(__copy_tofrom_user)
/linux-4.4.14/arch/openrisc/lib/
H A Dstring.S30 * int __copy_tofrom_user(void *to, const void *from, unsigned long size);
35 .global __copy_tofrom_user
36 __copy_tofrom_user: label
/linux-4.4.14/arch/microblaze/lib/
H A Duaccess_old.S105 /* Loop unrolling for __copy_tofrom_user */
149 * int __copy_tofrom_user(char *to, char *from, int len)
155 .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.4.14/arch/microblaze/kernel/
H A Dmicroblaze_ksyms.c32 EXPORT_SYMBOL(__copy_tofrom_user); variable
/linux-4.4.14/arch/openrisc/kernel/
H A Dor32_ksyms.c46 EXPORT_SYMBOL(__copy_tofrom_user); variable
/linux-4.4.14/arch/powerpc/include/asm/
H A Duaccess.h318 extern unsigned long __copy_tofrom_user(void __user *to,
329 return __copy_tofrom_user((__force void __user *)to, from, n); copy_from_user()
332 return __copy_tofrom_user((__force void __user *)to, from, copy_from_user()
344 return __copy_tofrom_user(to, (__force void __user *)from, n); copy_to_user()
347 return __copy_tofrom_user(to, (__force void __user *)from, copy_to_user()
356 __copy_tofrom_user((to), (from), (size))
390 return __copy_tofrom_user((__force void __user *)to, from, n); __copy_from_user_inatomic()
416 return __copy_tofrom_user(to, (__force const void __user *)from, n); __copy_to_user_inatomic()
/linux-4.4.14/arch/openrisc/include/asm/
H A 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); copy_from_user()
282 return __copy_tofrom_user(to, from, n - over) + over; copy_from_user()
293 return __copy_tofrom_user(to, from, n); copy_to_user()
296 return __copy_tofrom_user(to, from, n - over) + over; copy_to_user()
/linux-4.4.14/arch/score/include/asm/
H A Duaccess.h296 extern int __copy_tofrom_user(void *to, const void *from, unsigned long len);
304 return __copy_tofrom_user(to, from, len); copy_from_user()
308 return __copy_tofrom_user(to, from, len - over) + over; copy_from_user()
319 return __copy_tofrom_user(to, from, len); copy_to_user()
323 return __copy_tofrom_user(to, from, len - over) + over; copy_to_user()
329 __copy_tofrom_user((to), (from), (len))
332 __copy_tofrom_user((to), (from), (len))
/linux-4.4.14/arch/alpha/include/asm/
H A Duaccess.h375 __copy_tofrom_user(void *to, const void *from, long len, const void __user *validate) __copy_tofrom_user() function
400 return __copy_tofrom_user((__force void *)to, from, n, to); copy_to_user()
406 return __copy_tofrom_user(to, (__force void *)from, n, from); copy_from_user()
/linux-4.4.14/arch/microblaze/include/asm/
H A Duaccess.h122 extern unsigned long __copy_tofrom_user(void __user *to,
368 __copy_tofrom_user((__force void __user *)(to), \
383 __copy_tofrom_user((void __user *)(to), \
/linux-4.4.14/tools/testing/selftests/powerpc/copyloops/
H A Dcopyuser_64.S21 _GLOBAL_TOC(__copy_tofrom_user)
581 * standard __copy_tofrom_user

Completed in 361 milliseconds