Searched defs:__copy_in_user (Results 1 – 9 of 9) sorted by relevance
/linux-3.3/arch/x86/include/asm/ |
D | uaccess_64.h | 159 int __copy_in_user(void __user *dst, const void __user *src, unsigned size) in __copy_in_user() function
|
/linux-3.3/arch/sparc/include/asm/ |
D | uaccess_64.h | 255 #define __copy_in_user copy_in_user macro
|
/linux-3.3/arch/parisc/include/asm/ |
D | uaccess.h | 240 #define __copy_in_user copy_in_user macro
|
/linux-3.3/arch/score/include/asm/ |
D | uaccess.h | 341 #define __copy_in_user(to, from, len) __copy_from_user(to, from, len) macro
|
/linux-3.3/arch/tile/include/asm/ |
D | uaccess.h | 396 __copy_in_user(void __user *to, const void __user *from, unsigned long n) in __copy_in_user() function
|
/linux-3.3/arch/s390/include/asm/ |
D | uaccess.h | 309 __copy_in_user(void __user *to, const void __user *from, unsigned long n) in __copy_in_user() function
|
/linux-3.3/arch/ia64/include/asm/ |
D | uaccess.h | 277 #define __copy_in_user(to, from, size) __copy_user((to), (from), (size)) macro
|
/linux-3.3/arch/powerpc/include/asm/ |
D | uaccess.h | 364 #define __copy_in_user(to, from, size) \ macro
|
/linux-3.3/arch/mips/include/asm/ |
D | uaccess.h | 893 #define __copy_in_user(to, from, n) \ macro
|