/linux-4.1.27/arch/avr32/lib/ |
H A D | copy_user.S | 36 copy_to_user: label
|
/linux-4.1.27/arch/powerpc/lib/ |
H A D | usercopy_64.c | 21 unsigned long copy_to_user(void __user *to, const void *from, unsigned long n) copy_to_user() function 39 EXPORT_SYMBOL(copy_to_user); variable
|
/linux-4.1.27/tools/virtio/linux/ |
H A D | uaccess.h | 43 static inline int copy_to_user(void __user volatile *to, const void *from, copy_to_user() function
|
/linux-4.1.27/arch/sh/include/asm/ |
H A D | uaccess.h | 160 copy_to_user(void __user *to, const void *from, unsigned long n) copy_to_user() function
|
/linux-4.1.27/arch/nios2/include/asm/ |
H A D | uaccess.h | 110 static inline long copy_to_user(void __user *to, const void *from, copy_to_user() function
|
/linux-4.1.27/arch/arm64/include/asm/ |
H A D | uaccess.h | 253 static inline unsigned long __must_check copy_to_user(void __user *to, const void *from, unsigned long n) copy_to_user() function
|
/linux-4.1.27/arch/avr32/kernel/ |
H A D | avr32_ksyms.c | 40 EXPORT_SYMBOL(copy_to_user); variable
|
/linux-4.1.27/arch/frv/include/asm/ |
H A D | uaccess.h | 307 static inline long copy_to_user(void __user *to, const void *from, unsigned long n) copy_to_user() function
|
/linux-4.1.27/arch/m68k/include/asm/ |
H A D | uaccess_mm.h | 380 #define copy_to_user(to, from, n) __copy_to_user(to, from, n) macro
|
H A D | uaccess_no.h | 131 #define copy_to_user(to, from, n) (memcpy(to, from, n), 0) macro
|
/linux-4.1.27/arch/sparc/include/asm/ |
H A D | uaccess_32.h | 314 static inline unsigned long copy_to_user(void __user *to, const void *from, unsigned long n) copy_to_user() function
|
H A D | uaccess_64.h | 246 copy_to_user(void __user *to, const void *from, unsigned long size) copy_to_user() function
|
/linux-4.1.27/arch/tile/include/asm/ |
H A D | uaccess.h | 356 copy_to_user(void __user *to, const void *from, unsigned long n) copy_to_user() function
|
/linux-4.1.27/arch/um/kernel/skas/ |
H A D | uaccess.c | 164 int copy_to_user(void __user *to, const void *from, int n) copy_to_user() function 175 EXPORT_SYMBOL(copy_to_user); variable
|
/linux-4.1.27/arch/metag/include/asm/ |
H A D | uaccess.h | 219 static inline unsigned long copy_to_user(void __user *to, const void *from, copy_to_user() function
|
/linux-4.1.27/arch/microblaze/include/asm/ |
H A D | uaccess.h | 385 static inline long copy_to_user(void __user *to, copy_to_user() function
|
/linux-4.1.27/arch/s390/include/asm/ |
H A D | uaccess.h | 275 copy_to_user(void __user *to, const void *from, unsigned long n) copy_to_user() function
|
/linux-4.1.27/arch/score/include/asm/ |
H A D | uaccess.h | 309 copy_to_user(void *to, const void *from, unsigned long len) copy_to_user() function
|
/linux-4.1.27/arch/mn10300/include/asm/ |
H A D | uaccess.h | 485 #define copy_to_user(to, from, n) __generic_copy_to_user((to), (from), (n)) macro
|
/linux-4.1.27/arch/openrisc/include/asm/ |
H A D | uaccess.h | 288 copy_to_user(void *to, const void *from, unsigned long n) copy_to_user() function
|
/linux-4.1.27/arch/powerpc/include/asm/ |
H A D | uaccess.h | 338 static inline unsigned long copy_to_user(void __user *to, copy_to_user() function
|
/linux-4.1.27/arch/blackfin/include/asm/ |
H A D | uaccess.h | 188 copy_to_user(void __user *to, const void *from, unsigned long n) copy_to_user() function
|
/linux-4.1.27/arch/cris/include/asm/ |
H A D | uaccess.h | 385 #define copy_to_user(to, from, n) \ macro
|
/linux-4.1.27/arch/ia64/include/asm/ |
H A D | uaccess.h | 255 #define copy_to_user(to, from, n) \ macro
|
/linux-4.1.27/arch/m32r/include/asm/ |
H A D | uaccess.h | 598 #define copy_to_user(to, from, n) \ macro
|
/linux-4.1.27/arch/arm/include/asm/ |
H A D | uaccess.h | 497 static inline unsigned long __must_check copy_to_user(void __user *to, const void *from, unsigned long n) copy_to_user() function
|
/linux-4.1.27/arch/alpha/include/asm/ |
H A D | uaccess.h | 398 copy_to_user(void __user *to, const void *from, long n) copy_to_user() function
|
/linux-4.1.27/include/asm-generic/ |
H A D | uaccess.h | 265 static inline long copy_to_user(void __user *to, copy_to_user() function
|
/linux-4.1.27/arch/x86/include/asm/ |
H A D | uaccess.h | 723 copy_to_user(void __user *to, const void *from, unsigned long n) copy_to_user() function
|
/linux-4.1.27/arch/parisc/lib/ |
H A D | memcpy.c | 492 unsigned long copy_to_user(void __user *dst, const void *src, unsigned long len) copy_to_user() function 523 EXPORT_SYMBOL(copy_to_user); variable
|
/linux-4.1.27/arch/mips/include/asm/ |
H A D | uaccess.h | 898 #define copy_to_user(to, from, n) \ macro
|