/linux-4.1.27/arch/c6x/include/asm/ |
D | uaccess.h | 61 static inline __must_check long __copy_to_user(void __user *to, in __copy_to_user() function 97 #define __copy_to_user __copy_to_user macro
|
/linux-4.1.27/arch/unicore32/include/asm/ |
D | uaccess.h | 21 #define __copy_to_user __copy_to_user macro
|
/linux-4.1.27/arch/hexagon/include/asm/ |
D | uaccess.h | 76 #define __copy_to_user(to, from, n) __copy_to_user_hexagon(to, from, n) macro
|
/linux-4.1.27/arch/x86/include/asm/ |
D | uaccess_32.h | 82 __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user() function
|
D | uaccess_64.h | 145 int __copy_to_user(void __user *dst, const void *src, unsigned size) in __copy_to_user() function
|
/linux-4.1.27/arch/arm/lib/ |
D | uaccess_with_memcpy.c | 139 __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user() function
|
/linux-4.1.27/arch/arc/include/asm/ |
D | uaccess.h | 724 #define __copy_to_user(t, f, n) __arc_copy_to_user(t, f, n) macro 740 #define __copy_to_user(t, f, n) arc_copy_to_user_noinline(t, f, n) macro
|
/linux-4.1.27/arch/um/include/asm/ |
D | uaccess.h | 124 #define __copy_to_user(to, from, n) copy_to_user(to, from, n) macro
|
/linux-4.1.27/arch/avr32/include/asm/ |
D | uaccess.h | 80 static inline __kernel_size_t __copy_to_user(void __user *to, const void *from, in __copy_to_user() function
|
/linux-4.1.27/arch/s390/lib/ |
D | uaccess.c | 178 unsigned long __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user() function
|
/linux-4.1.27/arch/m68k/include/asm/ |
D | uaccess_no.h | 134 #define __copy_to_user(to, from, n) copy_to_user(to, from, n) macro
|
D | uaccess_mm.h | 371 #define __copy_to_user(to, from, n) \ macro
|
/linux-4.1.27/arch/sh/include/asm/ |
D | uaccess.h | 121 __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user() function
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | uaccess_64.h | 254 #define __copy_to_user copy_to_user macro
|
D | uaccess_32.h | 322 static inline unsigned long __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user() function
|
/linux-4.1.27/include/asm-generic/ |
D | uaccess.h | 109 static inline __must_check long __copy_to_user(void __user *to, in __copy_to_user() function
|
/linux-4.1.27/arch/blackfin/include/asm/ |
D | uaccess.h | 167 #define __copy_to_user(to, from, n) copy_to_user(to, from, n) macro
|
/linux-4.1.27/arch/metag/include/asm/ |
D | uaccess.h | 227 #define __copy_to_user(to, from, n) __copy_user(to, from, n) macro
|
/linux-4.1.27/arch/parisc/include/asm/ |
D | uaccess.h | 228 #define __copy_to_user copy_to_user macro
|
/linux-4.1.27/arch/microblaze/include/asm/ |
D | uaccess.h | 380 #define __copy_to_user(to, from, n) \ macro
|
/linux-4.1.27/arch/frv/include/asm/ |
D | uaccess.h | 281 __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user() function
|
/linux-4.1.27/arch/score/include/asm/ |
D | uaccess.h | 326 #define __copy_to_user(to, from, len) \ macro
|
/linux-4.1.27/arch/openrisc/include/asm/ |
D | uaccess.h | 267 #define __copy_to_user(to, from, size) \ macro
|
/linux-4.1.27/arch/mn10300/include/asm/ |
D | uaccess.h | 472 #define __copy_to_user(to, from, n) \ macro
|
/linux-4.1.27/arch/m32r/include/asm/ |
D | uaccess.h | 579 #define __copy_to_user(to, from, n) \ macro
|
/linux-4.1.27/arch/cris/include/asm/ |
D | uaccess.h | 416 #define __copy_to_user(to, from, n) \ macro
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | uaccess.h | 426 static inline unsigned long __copy_to_user(void __user *to, in __copy_to_user() function
|
/linux-4.1.27/arch/alpha/include/asm/ |
D | uaccess.h | 382 #define __copy_to_user(to, from, n) \ macro
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | uaccess.h | 242 __copy_to_user (void __user *to, const void *from, unsigned long count) in __copy_to_user() function
|
/linux-4.1.27/arch/arm/include/asm/ |
D | uaccess.h | 484 #define __copy_to_user(to, from, n) (memcpy((void __force *)to, from, n), 0) macro
|
/linux-4.1.27/arch/tile/include/asm/ |
D | uaccess.h | 349 __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user() function
|
/linux-4.1.27/arch/mips/include/asm/ |
D | uaccess.h | 826 #define __copy_to_user(to, from, n) \ macro
|