Searched refs:__copy_tofrom_user (Results 1 – 13 of 13) sorted by relevance
/arch/score/include/asm/ |
D | uaccess.h | 299 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/ |
D | uaccess.h | 263 __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/ |
D | uaccess_old.S | 155 .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/ |
D | string.S | 35 .global __copy_tofrom_user symbol 36 __copy_tofrom_user: label
|
/arch/openrisc/kernel/ |
D | or32_ksyms.c | 46 EXPORT_SYMBOL(__copy_tofrom_user);
|
/arch/microblaze/kernel/ |
D | microblaze_ksyms.c | 32 EXPORT_SYMBOL(__copy_tofrom_user);
|
/arch/powerpc/include/asm/ |
D | uaccess.h | 370 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/ |
D | ppc_ksyms.c | 26 EXPORT_SYMBOL(__copy_tofrom_user);
|
D | usercopy_64.c | 34 n =__copy_tofrom_user(to, from, n); in copy_in_user()
|
D | copy_32.S | 297 _GLOBAL(__copy_tofrom_user)
|
D | copyuser_64.S | 21 _GLOBAL_TOC(__copy_tofrom_user)
|
/arch/microblaze/include/asm/ |
D | uaccess.h | 122 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/ |
D | string.S | 135 ENTRY(__copy_tofrom_user)
|