/linux-4.4.14/arch/avr32/lib/ |
D | copy_user.S | 36 copy_to_user: label
|
/linux-4.4.14/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
|
/linux-4.4.14/tools/virtio/linux/ |
D | uaccess.h | 43 static inline int copy_to_user(void __user volatile *to, const void *from, in copy_to_user() function
|
/linux-4.4.14/arch/nios2/include/asm/ |
D | uaccess.h | 110 static inline long copy_to_user(void __user *to, const void *from, in copy_to_user() function
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | uaccess.h | 264 static inline unsigned long __must_check copy_to_user(void __user *to, const void *from, unsigned l… in copy_to_user() function
|
/linux-4.4.14/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
|
/linux-4.4.14/arch/sh/include/asm/ |
D | uaccess.h | 160 copy_to_user(void __user *to, const void *from, unsigned long n) in copy_to_user() function
|
/linux-4.4.14/include/asm-generic/ |
D | uaccess.h | 267 static inline long copy_to_user(void __user *to, in copy_to_user() function
|
/linux-4.4.14/arch/metag/include/asm/ |
D | uaccess.h | 219 static inline unsigned long copy_to_user(void __user *to, const void *from, in copy_to_user() function
|
/linux-4.4.14/arch/blackfin/include/asm/ |
D | uaccess.h | 188 copy_to_user(void __user *to, const void *from, unsigned long n) in copy_to_user() function
|
/linux-4.4.14/arch/s390/include/asm/ |
D | uaccess.h | 278 copy_to_user(void __user *to, const void *from, unsigned long n) in copy_to_user() function
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | uaccess_64.h | 268 copy_to_user(void __user *to, const void *from, unsigned long size) in copy_to_user() function
|
D | uaccess_32.h | 314 static inline unsigned long copy_to_user(void __user *to, const void *from, unsigned long n) in copy_to_user() function
|
/linux-4.4.14/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
|
/linux-4.4.14/arch/microblaze/include/asm/ |
D | uaccess.h | 387 static inline long copy_to_user(void __user *to, in copy_to_user() function
|
/linux-4.4.14/arch/openrisc/include/asm/ |
D | uaccess.h | 288 copy_to_user(void *to, const void *from, unsigned long n) in copy_to_user() function
|
/linux-4.4.14/arch/score/include/asm/ |
D | uaccess.h | 314 copy_to_user(void *to, const void *from, unsigned long len) in copy_to_user() function
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | uaccess.h | 485 #define copy_to_user(to, from, n) __generic_copy_to_user((to), (from), (n)) macro
|
/linux-4.4.14/arch/m32r/include/asm/ |
D | uaccess.h | 605 #define copy_to_user(to, from, n) \ macro
|
/linux-4.4.14/arch/cris/include/asm/ |
D | uaccess.h | 385 #define copy_to_user(to, from, n) \ macro
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | uaccess.h | 338 static inline unsigned long copy_to_user(void __user *to, in copy_to_user() function
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | uaccess.h | 398 copy_to_user(void __user *to, const void *from, long n) in copy_to_user() function
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | uaccess.h | 255 #define copy_to_user(to, from, n) \ macro
|
/linux-4.4.14/arch/parisc/lib/ |
D | memcpy.c | 492 unsigned long copy_to_user(void __user *dst, const void *src, unsigned long len) in copy_to_user() function
|
/linux-4.4.14/arch/tile/include/asm/ |
D | uaccess.h | 367 copy_to_user(void __user *to, const void *from, unsigned long n) in copy_to_user() function
|
/linux-4.4.14/arch/x86/include/asm/ |
D | uaccess.h | 728 copy_to_user(void __user *to, const void *from, unsigned long n) in copy_to_user() function
|
/linux-4.4.14/arch/arm/include/asm/ |
D | uaccess.h | 552 static inline unsigned long __must_check copy_to_user(void __user *to, const void *from, unsigned l… in copy_to_user() function
|
/linux-4.4.14/arch/mips/include/asm/ |
D | uaccess.h | 924 #define copy_to_user(to, from, n) \ macro
|