Searched refs:__copy_user (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/alpha/lib/ |
| H A D | copy_user.S | 34 .globl __copy_user 35 .ent __copy_user 36 __copy_user: label 120 .end __copy_user 121 EXPORT_SYMBOL(__copy_user)
|
| H A D | ev6-copy_user.S | 44 .globl __copy_user 45 .ent __copy_user 47 __copy_user: label 226 .end __copy_user 227 EXPORT_SYMBOL(__copy_user)
|
| /linux/arch/alpha/include/asm/ |
| H A D | uaccess.h | 183 extern long __copy_user(void *to, const void *from, long len); 188 return __copy_user(to, (__force const void *)from, len); in raw_copy_from_user() 194 return __copy_user((__force void *)to, from, len); in raw_copy_to_user()
|
| /linux/arch/loongarch/lib/ |
| H A D | copy_user.S | 15 SYM_FUNC_START(__copy_user) 25 SYM_FUNC_END(__copy_user) 27 EXPORT_SYMBOL(__copy_user)
|
| /linux/arch/sh/mm/ |
| H A D | nommu.c | 27 __kernel_size_t __copy_user(void *to, const void *from, __kernel_size_t n) in __copy_user() function
|
| /linux/arch/sh/include/asm/ |
| H A D | page.h | 48 #define copy_user_page(to, from, vaddr, pg) __copy_user(to, from, PAGE_SIZE)
|
| /linux/arch/sparc/lib/ |
| H A D | copy_user.S | 159 .globl __copy_user 160 EXPORT_SYMBOL(__copy_user) 187 __copy_user: /* %o0=dst %o1=src %o2=len */ label
|
| /linux/arch/sh/lib/ |
| H A D | copy_page.S | 84 ENTRY(__copy_user)
|