/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
|
/arch/unicore32/include/asm/ |
D | uaccess.h | 21 #define __copy_to_user __copy_to_user macro
|
/arch/hexagon/include/asm/ |
D | uaccess.h | 76 #define __copy_to_user(to, from, n) __copy_to_user_hexagon(to, from, n) macro
|
/arch/x86/include/asm/ |
D | uaccess_32.h | 89 __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user() function
|
D | uaccess_64.h | 177 int __copy_to_user(void __user *dst, const void *src, unsigned size) in __copy_to_user() function
|
/arch/arc/include/asm/ |
D | uaccess.h | 731 #define __copy_to_user(t, f, n) __arc_copy_to_user(t, f, n) macro 747 #define __copy_to_user(t, f, n) arc_copy_to_user_noinline(t, f, n) macro
|
/arch/um/include/asm/ |
D | uaccess.h | 124 #define __copy_to_user(to, from, n) copy_to_user(to, from, n) macro
|
/arch/arm/include/asm/ |
D | uaccess.h | 537 __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user() function 569 #define __copy_to_user(to,from,n) (memcpy((void __force *)to, from, n), 0) macro
|
/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
|
/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
|
/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
|
/arch/s390/lib/ |
D | uaccess.c | 192 unsigned long __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user() function
|
/arch/sparc/include/asm/ |
D | uaccess_64.h | 240 #define __copy_to_user copy_to_user macro
|
D | uaccess_32.h | 259 static inline unsigned long __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user() function
|
/arch/blackfin/include/asm/ |
D | uaccess.h | 167 #define __copy_to_user(to, from, n) copy_to_user(to, from, n) macro
|
/arch/metag/include/asm/ |
D | uaccess.h | 237 #define __copy_to_user(to, from, n) __copy_user(to, from, n) macro
|
/arch/parisc/include/asm/ |
D | uaccess.h | 229 #define __copy_to_user copy_to_user macro
|
/arch/openrisc/include/asm/ |
D | uaccess.h | 267 #define __copy_to_user(to, from, size) \ macro
|
/arch/frv/include/asm/ |
D | uaccess.h | 287 __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user() function
|
/arch/microblaze/include/asm/ |
D | uaccess.h | 383 #define __copy_to_user(to, from, n) \ macro
|
/arch/score/include/asm/ |
D | uaccess.h | 328 #define __copy_to_user(to, from, len) \ macro
|
/arch/arm64/include/asm/ |
D | uaccess.h | 400 static inline unsigned long __must_check __copy_to_user(void __user *to, const void *from, unsigned… in __copy_to_user() function
|
/arch/mn10300/include/asm/ |
D | uaccess.h | 473 #define __copy_to_user(to, from, n) \ macro
|
/arch/xtensa/include/asm/ |
D | uaccess.h | 430 #define __copy_to_user(to,from,n) \ macro
|