/linux-3.3/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-3.3/arch/unicore32/include/asm/ |
D | uaccess.h | 22 #define __copy_to_user __copy_to_user macro
|
/linux-3.3/arch/hexagon/include/asm/ |
D | uaccess.h | 76 #define __copy_to_user(to, from, n) __copy_to_user_hexagon(to, from, n) macro
|
/linux-3.3/arch/arm/lib/ |
D | uaccess_with_memcpy.c | 107 __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user() function
|
/linux-3.3/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 | 115 int __copy_to_user(void __user *dst, const void *src, unsigned size) in __copy_to_user() function
|
/linux-3.3/arch/um/include/asm/ |
D | uaccess.h | 124 #define __copy_to_user(to, from, n) copy_to_user(to, from, n) macro
|
/linux-3.3/arch/h8300/include/asm/ |
D | uaccess.h | 117 #define __copy_to_user(to, from, n) copy_to_user(to, from, n) macro
|
/linux-3.3/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-3.3/include/asm-generic/ |
D | uaccess.h | 108 static inline __must_check long __copy_to_user(void __user *to, in __copy_to_user() function
|
/linux-3.3/arch/sh/include/asm/ |
D | uaccess.h | 114 __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user() function
|
/linux-3.3/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-3.3/arch/sparc/include/asm/ |
D | uaccess_64.h | 239 #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
|
/linux-3.3/arch/blackfin/include/asm/ |
D | uaccess.h | 184 #define __copy_to_user(to, from, n) copy_to_user(to, from, n) macro
|
/linux-3.3/arch/parisc/include/asm/ |
D | uaccess.h | 237 #define __copy_to_user copy_to_user macro
|
/linux-3.3/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-3.3/arch/microblaze/include/asm/ |
D | uaccess.h | 373 #define __copy_to_user(to, from, n) \ macro
|
/linux-3.3/arch/score/include/asm/ |
D | uaccess.h | 326 #define __copy_to_user(to, from, len) \ macro
|
/linux-3.3/arch/tile/include/asm/ |
D | uaccess.h | 298 __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user() function
|
/linux-3.3/arch/s390/include/asm/ |
D | uaccess.h | 210 __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user() function
|
/linux-3.3/arch/openrisc/include/asm/ |
D | uaccess.h | 268 #define __copy_to_user(to, from, size) \ macro
|
/linux-3.3/arch/xtensa/include/asm/ |
D | uaccess.h | 422 #define __copy_to_user(to,from,n) __generic_copy_to_user_nocheck((to),(from),(n)) macro
|
/linux-3.3/arch/mn10300/include/asm/ |
D | uaccess.h | 472 #define __copy_to_user(to, from, n) \ macro
|