/kernel/linux/linux-6.6/arch/microblaze/lib/ |
H A D | uaccess_old.S | 15 /* Loop unrolling for __copy_tofrom_user */ 59 * int __copy_tofrom_user(char *to, char *from, int len) 65 .globl __copy_tofrom_user; 66 .type __copy_tofrom_user, @function 68 __copy_tofrom_user: label 171 .size __copy_tofrom_user, . - __copy_tofrom_user
|
/kernel/linux/linux-6.6/arch/microblaze/include/asm/ |
H A D | uaccess.h | 23 extern unsigned long __copy_tofrom_user(void __user *to, 245 return __copy_tofrom_user((__force void __user *)to, from, n); in raw_copy_from_user() 251 return __copy_tofrom_user(to, (__force const void __user *)from, n); in raw_copy_to_user()
|
/kernel/linux/linux-5.10/arch/microblaze/lib/ |
H A D | uaccess_old.S | 105 /* 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
|
/kernel/linux/linux-5.10/arch/openrisc/include/asm/ |
H A D | uaccess.h | 247 __copy_tofrom_user(void *to, const void *from, unsigned long size); 251 return __copy_tofrom_user(to, (__force const void *)from, size); in raw_copy_from_user() 256 return __copy_tofrom_user((__force void *)to, from, size); in raw_copy_to_user()
|
/kernel/linux/linux-6.6/arch/openrisc/include/asm/ |
H A D | uaccess.h | 210 __copy_tofrom_user(void *to, const void *from, unsigned long size); 214 return __copy_tofrom_user(to, (__force const void *)from, size); in raw_copy_from_user() 219 return __copy_tofrom_user((__force void *)to, from, size); in raw_copy_to_user()
|
/kernel/linux/linux-5.10/arch/microblaze/include/asm/ |
H A D | uaccess.h | 90 extern unsigned long __copy_tofrom_user(void __user *to, 312 return __copy_tofrom_user((__force void __user *)to, from, n); in raw_copy_from_user() 318 return __copy_tofrom_user(to, (__force const void __user *)from, n); in raw_copy_to_user()
|
/kernel/linux/linux-5.10/arch/openrisc/lib/ |
H A D | string.S | 26 * int __copy_tofrom_user(void *to, const void *from, unsigned long size); 31 .global __copy_tofrom_user 32 __copy_tofrom_user: label
|
/kernel/linux/linux-6.6/arch/openrisc/lib/ |
H A D | string.S | 26 * int __copy_tofrom_user(void *to, const void *from, unsigned long size); 31 .global __copy_tofrom_user 32 __copy_tofrom_user: label
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | uaccess.h | 301 extern unsigned long __copy_tofrom_user(void __user *to, 311 ret = __copy_tofrom_user(to, from, n); in raw_copy_in_user() 323 ret = __copy_tofrom_user((__force void __user *)to, from, n); in raw_copy_from_user() 334 ret = __copy_tofrom_user(to, (__force const void __user *)from, n); in raw_copy_to_user()
|
/kernel/linux/linux-5.10/arch/microblaze/kernel/ |
H A D | microblaze_ksyms.c | 28 EXPORT_SYMBOL(__copy_tofrom_user); variable
|
/kernel/linux/linux-6.6/arch/microblaze/kernel/ |
H A D | microblaze_ksyms.c | 28 EXPORT_SYMBOL(__copy_tofrom_user); variable
|
/kernel/linux/linux-5.10/arch/openrisc/kernel/ |
H A D | or32_ksyms.c | 44 EXPORT_SYMBOL(__copy_tofrom_user); variable
|
/kernel/linux/linux-6.6/arch/openrisc/kernel/ |
H A D | or32_ksyms.c | 44 EXPORT_SYMBOL(__copy_tofrom_user); variable
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | uaccess.h | 364 extern unsigned long __copy_tofrom_user(void __user *to, 401 ret = __copy_tofrom_user(to, from, n); in raw_copy_in_user() 438 ret = __copy_tofrom_user((__force void __user *)to, from, n); in raw_copy_from_user() 467 return __copy_tofrom_user(to, (__force const void __user *)from, n); in raw_copy_to_user_allowed()
|
/kernel/linux/linux-5.10/arch/powerpc/lib/ |
H A D | copy_32.S | 327 _GLOBAL(__copy_tofrom_user) 518 EXPORT_SYMBOL(__copy_tofrom_user)
|
H A D | copyuser_64.S | 47 _GLOBAL_TOC(__copy_tofrom_user) 545 * standard __copy_tofrom_user 564 EXPORT_SYMBOL(__copy_tofrom_user)
|
/kernel/linux/linux-6.6/arch/powerpc/lib/ |
H A D | copy_32.S | 324 _GLOBAL(__copy_tofrom_user) 515 EXPORT_SYMBOL(__copy_tofrom_user)
|
H A D | copyuser_64.S | 47 _GLOBAL_TOC(__copy_tofrom_user) 545 * standard __copy_tofrom_user 564 EXPORT_SYMBOL(__copy_tofrom_user)
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/copyloops/ |
H A D | copyuser_64.S | 47 _GLOBAL_TOC(__copy_tofrom_user) 545 * standard __copy_tofrom_user 564 EXPORT_SYMBOL(__copy_tofrom_user)
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/copyloops/ |
H A D | copyuser_64.S | 47 _GLOBAL_TOC(__copy_tofrom_user) 545 * standard __copy_tofrom_user 564 EXPORT_SYMBOL(__copy_tofrom_user)
|