Searched defs:__copy_to_user (Results 1 - 25 of 36) sorted by relevance

12

/arch/arm64/lib/
H A Dcopy_to_user.S30 ENTRY(__copy_to_user) function
55 ENDPROC(__copy_to_user)
/arch/arm/lib/
H A Duaccess.S23 /* Prototype: int __copy_to_user(void *to, const char *from, size_t n)
43 ENTRY(__copy_to_user) function
281 ENDPROC(__copy_to_user)
H A Duaccess_with_memcpy.c139 __copy_to_user(void __user *to, const void *from, unsigned long n) function
195 /* See rational for this in __copy_to_user() above. */
/arch/c6x/include/asm/
H A Duaccess.h61 static inline __must_check long __copy_to_user(void __user *to, function
97 #define __copy_to_user __copy_to_user macro
/arch/unicore32/include/asm/
H A Duaccess.h21 #define __copy_to_user __copy_to_user macro
34 __copy_to_user(void __user *to, const void *from, unsigned long n);
/arch/hexagon/include/asm/
H A Duaccess.h76 #define __copy_to_user(to, from, n) __copy_to_user_hexagon(to, from, n) macro
/arch/x86/include/asm/
H A Duaccess_32.h68 * __copy_to_user: - Copy a block of data into user space, with less checking.
82 __copy_to_user(void __user *to, const void *from, unsigned long n) function
H A Duaccess_64.h145 int __copy_to_user(void __user *dst, const void *src, unsigned size) function
/arch/arm64/kernel/
H A Darm64ksyms.c37 EXPORT_SYMBOL(__copy_to_user); variable
/arch/um/include/asm/
H A Duaccess.h124 #define __copy_to_user(to, from, n) copy_to_user(to, from, n) macro
126 #define __copy_to_user_inatomic __copy_to_user
156 if (__copy_to_user((__private_ptr), &__private_val, \
/arch/unicore32/kernel/
H A Dksyms.c50 EXPORT_SYMBOL(__copy_to_user); variable
/arch/arc/include/asm/
H A Duaccess.h724 #define __copy_to_user(t, f, n) __arc_copy_to_user(t, f, n) macro
740 #define __copy_to_user(t, f, n) arc_copy_to_user_noinline(t, f, n) macro
/arch/avr32/include/asm/
H A Duaccess.h80 static inline __kernel_size_t __copy_to_user(void __user *to, const void *from, function
92 #define __copy_to_user_inatomic __copy_to_user
/arch/frv/include/asm/
H A Duaccess.h281 __copy_to_user(void __user *to, const void *from, unsigned long n) function
309 return likely(__access_ok(to, n)) ? __copy_to_user(to, from, n) : n;
/arch/m68k/include/asm/
H A Duaccess_mm.h371 #define __copy_to_user(to, from, n) \ macro
376 #define __copy_to_user_inatomic __copy_to_user
380 #define copy_to_user(to, from, n) __copy_to_user(to, from, n)
H A Duaccess_no.h134 #define __copy_to_user(to, from, n) copy_to_user(to, from, n) macro
135 #define __copy_to_user_inatomic __copy_to_user
/arch/s390/lib/
H A Duaccess.c192 unsigned long __copy_to_user(void __user *to, const void *from, unsigned long n) function
198 EXPORT_SYMBOL(__copy_to_user); variable
/arch/sh/include/asm/
H A Duaccess.h121 __copy_to_user(void __user *to, const void *from, unsigned long n) function
126 #define __copy_to_user_inatomic __copy_to_user
/arch/alpha/include/asm/
H A Duaccess.h382 #define __copy_to_user(to,from,n) \ macro
393 #define __copy_to_user_inatomic __copy_to_user
/arch/arm/include/asm/
H A Duaccess.h478 extern unsigned long __must_check __copy_to_user(void __user *to, const void *from, unsigned long n);
484 #define __copy_to_user(to,from,n) (memcpy((void __force *)to, from, n), 0) macro
500 n = __copy_to_user(to, from, n);
504 #define __copy_to_user_inatomic __copy_to_user
/arch/blackfin/include/asm/
H A Duaccess.h167 #define __copy_to_user(to, from, n) copy_to_user(to, from, n) macro
168 #define __copy_to_user_inatomic __copy_to_user
/arch/cris/include/asm/
H A Duaccess.h394 #define __copy_to_user(to,from,n) __generic_copy_to_user_nocheck((to),(from),(n)) macro
396 #define __copy_to_user_inatomic __copy_to_user
/arch/ia64/include/asm/
H A Duaccess.h241 __copy_to_user (void __user *to, const void *from, unsigned long count) function
252 #define __copy_to_user_inatomic __copy_to_user
/arch/m32r/include/asm/
H A Duaccess.h566 * __copy_to_user: - Copy a block of data into user space, with less checking.
579 #define __copy_to_user(to,from,n) \ macro
582 #define __copy_to_user_inatomic __copy_to_user
/arch/metag/include/asm/
H A Duaccess.h222 #define __copy_to_user(to, from, n) __copy_user(to, from, n) macro
223 #define __copy_to_user_inatomic __copy_to_user

Completed in 992 milliseconds

12