Home
last modified time | relevance | path

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

/arch/microblaze/lib/
A Duaccess_old.S65 .globl __copy_tofrom_user;
66 .type __copy_tofrom_user, @function
68 __copy_tofrom_user: label
171 .size __copy_tofrom_user, . - __copy_tofrom_user
/arch/microblaze/include/asm/
A Duaccess.h23 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()
/arch/openrisc/include/asm/
A Duaccess.h210 __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()
/arch/openrisc/lib/
A Dstring.S31 .global __copy_tofrom_user
32 __copy_tofrom_user: label
/arch/openrisc/kernel/
A Dor32_ksyms.c44 EXPORT_SYMBOL(__copy_tofrom_user);
/arch/microblaze/kernel/
A Dmicroblaze_ksyms.c29 EXPORT_SYMBOL(__copy_tofrom_user);
/arch/powerpc/include/asm/
A Duaccess.h323 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()
/arch/powerpc/lib/
A Dcopy_32.S324 _GLOBAL(__copy_tofrom_user)
515 EXPORT_SYMBOL(__copy_tofrom_user)
A Dcopyuser_64.S47 _GLOBAL_TOC(__copy_tofrom_user)
564 EXPORT_SYMBOL(__copy_tofrom_user)

Completed in 16 milliseconds