/arch/avr32/lib/ |
D | copy_user.S | 34 .global copy_to_user symbol 36 copy_to_user: label
|
/arch/powerpc/lib/ |
D | usercopy_64.c | 21 unsigned long copy_to_user(void __user *to, const void *from, unsigned long n) in copy_to_user() function
|
/arch/s390/include/asm/ |
D | uaccess.h | 82 size_t (*copy_to_user)(size_t, void __user *, const void *); member 236 copy_to_user(void __user *to, const void *from, unsigned long n) in copy_to_user() function
|
/arch/x86/include/asm/ |
D | uaccess_64.h | 63 int copy_to_user(void __user *dst, const void *src, unsigned size) in copy_to_user() function
|
/arch/h8300/include/asm/ |
D | uaccess.h | 114 #define copy_to_user(to, from, n) (memcpy(to, from, n), 0) macro
|
/arch/m68k/include/asm/ |
D | uaccess_no.h | 131 #define copy_to_user(to, from, n) (memcpy(to, from, n), 0) macro
|
D | uaccess_mm.h | 380 #define copy_to_user(to, from, n) __copy_to_user(to, from, n) macro
|
/arch/sparc/include/asm/ |
D | uaccess_64.h | 230 copy_to_user(void __user *to, const void *from, unsigned long size) in copy_to_user() function
|
D | uaccess_32.h | 250 static inline unsigned long copy_to_user(void __user *to, const void *from, unsigned long n) in copy_to_user() function
|
/arch/um/kernel/skas/ |
D | uaccess.c | 164 int copy_to_user(void __user *to, const void *from, int n) in copy_to_user() function
|
/arch/sh/include/asm/ |
D | uaccess.h | 184 copy_to_user(void __user *to, const void *from, unsigned long n) in copy_to_user() function
|
/arch/x86/lib/ |
D | usercopy_32.c | 765 copy_to_user(void __user *to, const void *from, unsigned long n) in copy_to_user() function
|
/arch/blackfin/include/asm/ |
D | uaccess.h | 205 copy_to_user(void __user *to, const void *from, unsigned long n) in copy_to_user() function
|
/arch/microblaze/include/asm/ |
D | uaccess.h | 378 static inline long copy_to_user(void __user *to, in copy_to_user() function
|
/arch/frv/include/asm/ |
D | uaccess.h | 307 static inline long copy_to_user(void __user *to, const void *from, unsigned long n) in copy_to_user() function
|
/arch/tile/include/asm/ |
D | uaccess.h | 305 copy_to_user(void __user *to, const void *from, unsigned long n) in copy_to_user() function
|
/arch/score/include/asm/ |
D | uaccess.h | 309 copy_to_user(void *to, const void *from, unsigned long len) in copy_to_user() function
|
/arch/openrisc/include/asm/ |
D | uaccess.h | 288 copy_to_user(void *to, const void *from, unsigned long n) in copy_to_user() function
|
/arch/mn10300/include/asm/ |
D | uaccess.h | 485 #define copy_to_user(to, from, n) __generic_copy_to_user((to), (from), (n)) macro
|
/arch/xtensa/include/asm/ |
D | uaccess.h | 422 #define copy_to_user(to,from,n) __generic_copy_to_user((to),(from),(n)) macro
|
/arch/m32r/include/asm/ |
D | uaccess.h | 598 #define copy_to_user(to,from,n) \ macro
|
/arch/cris/include/asm/ |
D | uaccess.h | 363 #define copy_to_user(to, from, n) \ macro
|
/arch/arm/include/asm/ |
D | uaccess.h | 427 static inline unsigned long __must_check copy_to_user(void __user *to, const void *from, unsigned l… in copy_to_user() function
|
/arch/ia64/include/asm/ |
D | uaccess.h | 254 #define copy_to_user(to, from, n) \ macro
|
/arch/alpha/include/asm/ |
D | uaccess.h | 398 copy_to_user(void __user *to, const void *from, long n) in copy_to_user() function
|