/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/um/include/asm/ |
D | uaccess.h | 35 #define __copy_to_user __copy_to_user macro
|
/arch/parisc/lib/ |
D | memcpy.c | 39 unsigned long __copy_to_user(void __user *dst, const void *src, in __copy_to_user() function
|
/arch/x86/include/asm/ |
D | uaccess_32.h | 60 __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user() function
|
D | uaccess_64.h | 179 int __copy_to_user(void __user *dst, const void *src, unsigned size) in __copy_to_user() function
|
/arch/hexagon/include/asm/ |
D | uaccess.h | 77 #define __copy_to_user(to, from, n) __copy_to_user_hexagon(to, from, n) macro
|
/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/m68k/include/asm/ |
D | uaccess_no.h | 131 #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/s390/lib/ |
D | uaccess.c | 179 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 | 210 #define __copy_to_user copy_to_user macro
|
D | uaccess_32.h | 258 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 | 162 long __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user() function
|
/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/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/blackfin/include/asm/ |
D | uaccess.h | 177 __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user() function
|
/arch/metag/include/asm/ |
D | uaccess.h | 242 #define __copy_to_user(to, from, n) __copy_user(to, from, n) macro
|
/arch/score/include/asm/ |
D | uaccess.h | 334 #define __copy_to_user(to, from, len) \ macro
|
/arch/frv/include/asm/ |
D | uaccess.h | 285 __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user() function
|
/arch/openrisc/include/asm/ |
D | uaccess.h | 263 #define __copy_to_user(to, from, size) \ macro
|
/arch/mn10300/include/asm/ |
D | uaccess.h | 451 #define __copy_to_user(to, from, n) \ macro
|
/arch/microblaze/include/asm/ |
D | uaccess.h | 382 #define __copy_to_user(to, from, n) \ macro
|
/arch/cris/include/asm/ |
D | uaccess.h | 409 #define __copy_to_user(to, from, n) \ macro
|
/arch/m32r/include/asm/ |
D | uaccess.h | 585 #define __copy_to_user(to, from, n) \ macro
|