Searched defs:copy_to_user (Results 1 - 25 of 28) sorted by relevance

12

/arch/avr32/lib/
H A Dcopy_user.S34 .global copy_to_user
35 .type copy_to_user, @function
36 copy_to_user: label
39 .size copy_to_user, . - copy_to_user
/arch/powerpc/lib/
H A Dusercopy_64.c21 unsigned long copy_to_user(void __user *to, const void *from, unsigned long n) function
39 EXPORT_SYMBOL(copy_to_user); variable
/arch/arm64/include/asm/
H A Duaccess.h253 static inline unsigned long __must_check copy_to_user(void __user *to, const void *from, unsigned long n) function
/arch/avr32/kernel/
H A Davr32_ksyms.c40 EXPORT_SYMBOL(copy_to_user); variable
/arch/frv/include/asm/
H A Duaccess.h307 static inline long copy_to_user(void __user *to, const void *from, unsigned long n) function
/arch/m68k/include/asm/
H A Duaccess_mm.h380 #define copy_to_user(to, from, n) __copy_to_user(to, from, n) macro
H A Duaccess_no.h131 #define copy_to_user(to, from, n) (memcpy(to, from, n), 0) macro
134 #define __copy_to_user(to, from, n) copy_to_user(to, from, n)
138 #define copy_to_user_ret(to,from,n,retval) ({ if (copy_to_user(to,from,n)) return retval; })
/arch/sh/include/asm/
H A Duaccess.h160 copy_to_user(void __user *to, const void *from, unsigned long n) function
/arch/alpha/include/asm/
H A Duaccess.h398 copy_to_user(void __user *to, const void *from, long n) function
/arch/arm/include/asm/
H A Duaccess.h497 static inline unsigned long __must_check copy_to_user(void __user *to, const void *from, unsigned long n) function
/arch/blackfin/include/asm/
H A Duaccess.h167 #define __copy_to_user(to, from, n) copy_to_user(to, from, n)
171 #define copy_to_user_ret(to,from,n,retval) ({ if (copy_to_user(to,from,n))\
188 copy_to_user(void __user *to, const void *from, unsigned long n) function
/arch/cris/include/asm/
H A Duaccess.h363 #define copy_to_user(to, from, n) \ macro
/arch/ia64/include/asm/
H A Duaccess.h254 #define copy_to_user(to, from, n) \ macro
/arch/m32r/include/asm/
H A Duaccess.h586 * copy_to_user: - Copy a block of data into user space.
598 #define copy_to_user(to,from,n) \ macro
/arch/metag/include/asm/
H A Duaccess.h214 static inline unsigned long copy_to_user(void __user *to, const void *from, function
/arch/microblaze/include/asm/
H A Duaccess.h385 static inline long copy_to_user(void __user *to, function
/arch/mn10300/include/asm/
H A Duaccess.h485 #define copy_to_user(to, from, n) __generic_copy_to_user((to), (from), (n)) macro
/arch/openrisc/include/asm/
H A Duaccess.h288 copy_to_user(void *to, const void *from, unsigned long n) function
/arch/powerpc/include/asm/
H A Duaccess.h338 static inline unsigned long copy_to_user(void __user *to, function
360 extern unsigned long copy_to_user(void __user *to, const void *from,
/arch/s390/include/asm/
H A Duaccess.h262 * copy_to_user: - Copy a block of data into user space.
275 copy_to_user(void __user *to, const void *from, unsigned long n) function
/arch/score/include/asm/
H A Duaccess.h309 copy_to_user(void *to, const void *from, unsigned long len) function
/arch/sparc/include/asm/
H A Duaccess_32.h251 static inline unsigned long copy_to_user(void __user *to, const void *from, unsigned long n) function
H A Duaccess_64.h232 copy_to_user(void __user *to, const void *from, unsigned long size) function
240 #define __copy_to_user copy_to_user
/arch/tile/include/asm/
H A Duaccess.h353 copy_to_user(void __user *to, const void *from, unsigned long n) function
/arch/um/kernel/skas/
H A Duaccess.c164 int copy_to_user(void __user *to, const void *from, int n) function
175 EXPORT_SYMBOL(copy_to_user); variable

Completed in 680 milliseconds

12