Searched refs:__copy_tofrom_user (Results 1 – 9 of 9) sorted by relevance
/linux/arch/microblaze/lib/ |
H A D | uaccess_old.S | 65 .globl __copy_tofrom_user; 66 .type __copy_tofrom_user, @function 68 __copy_tofrom_user: label 171 .size __copy_tofrom_user, . - __copy_tofrom_user
|
/linux/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()
|
/linux/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()
|
/linux/arch/openrisc/lib/ |
H A D | string.S | 31 .global __copy_tofrom_user 32 __copy_tofrom_user: label
|
/linux/arch/powerpc/include/asm/ |
H A D | uaccess.h | 323 extern unsigned long __copy_tofrom_user(void __user *to, 333 ret = __copy_tofrom_user(to, from, n); in raw_copy_in_user() 345 ret = __copy_tofrom_user((__force void __user *)to, from, n); in raw_copy_from_user() 356 ret = __copy_tofrom_user(to, (__force const void __user *)from, n); in raw_copy_to_user()
|
/linux/arch/openrisc/kernel/ |
H A D | or32_ksyms.c | 44 EXPORT_SYMBOL(__copy_tofrom_user);
|
/linux/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) 564 EXPORT_SYMBOL(__copy_tofrom_user)
|
/linux/tools/testing/selftests/powerpc/copyloops/ |
H A D | copyuser_64.S | 47 _GLOBAL_TOC(__copy_tofrom_user) 564 EXPORT_SYMBOL(__copy_tofrom_user)
|