Home
last modified time | relevance | path

Searched defs:__copy_to_user (Results 1 – 32 of 32) sorted by relevance

/linux-4.1.27/arch/c6x/include/asm/
Duaccess.h61 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-4.1.27/arch/unicore32/include/asm/
Duaccess.h21 #define __copy_to_user __copy_to_user macro
/linux-4.1.27/arch/hexagon/include/asm/
Duaccess.h76 #define __copy_to_user(to, from, n) __copy_to_user_hexagon(to, from, n) macro
/linux-4.1.27/arch/x86/include/asm/
Duaccess_32.h82 __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user() function
Duaccess_64.h145 int __copy_to_user(void __user *dst, const void *src, unsigned size) in __copy_to_user() function
/linux-4.1.27/arch/arm/lib/
Duaccess_with_memcpy.c139 __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user() function
/linux-4.1.27/arch/arc/include/asm/
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
/linux-4.1.27/arch/um/include/asm/
Duaccess.h124 #define __copy_to_user(to, from, n) copy_to_user(to, from, n) macro
/linux-4.1.27/arch/avr32/include/asm/
Duaccess.h80 static inline __kernel_size_t __copy_to_user(void __user *to, const void *from, in __copy_to_user() function
/linux-4.1.27/arch/s390/lib/
Duaccess.c178 unsigned long __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user() function
/linux-4.1.27/arch/m68k/include/asm/
Duaccess_no.h134 #define __copy_to_user(to, from, n) copy_to_user(to, from, n) macro
Duaccess_mm.h371 #define __copy_to_user(to, from, n) \ macro
/linux-4.1.27/arch/sh/include/asm/
Duaccess.h121 __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user() function
/linux-4.1.27/arch/sparc/include/asm/
Duaccess_64.h254 #define __copy_to_user copy_to_user macro
Duaccess_32.h322 static inline unsigned long __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user() function
/linux-4.1.27/include/asm-generic/
Duaccess.h109 static inline __must_check long __copy_to_user(void __user *to, in __copy_to_user() function
/linux-4.1.27/arch/blackfin/include/asm/
Duaccess.h167 #define __copy_to_user(to, from, n) copy_to_user(to, from, n) macro
/linux-4.1.27/arch/metag/include/asm/
Duaccess.h227 #define __copy_to_user(to, from, n) __copy_user(to, from, n) macro
/linux-4.1.27/arch/parisc/include/asm/
Duaccess.h228 #define __copy_to_user copy_to_user macro
/linux-4.1.27/arch/microblaze/include/asm/
Duaccess.h380 #define __copy_to_user(to, from, n) \ macro
/linux-4.1.27/arch/frv/include/asm/
Duaccess.h281 __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user() function
/linux-4.1.27/arch/score/include/asm/
Duaccess.h326 #define __copy_to_user(to, from, len) \ macro
/linux-4.1.27/arch/openrisc/include/asm/
Duaccess.h267 #define __copy_to_user(to, from, size) \ macro
/linux-4.1.27/arch/mn10300/include/asm/
Duaccess.h472 #define __copy_to_user(to, from, n) \ macro
/linux-4.1.27/arch/m32r/include/asm/
Duaccess.h579 #define __copy_to_user(to, from, n) \ macro
/linux-4.1.27/arch/cris/include/asm/
Duaccess.h416 #define __copy_to_user(to, from, n) \ macro
/linux-4.1.27/arch/powerpc/include/asm/
Duaccess.h426 static inline unsigned long __copy_to_user(void __user *to, in __copy_to_user() function
/linux-4.1.27/arch/alpha/include/asm/
Duaccess.h382 #define __copy_to_user(to, from, n) \ macro
/linux-4.1.27/arch/ia64/include/asm/
Duaccess.h242 __copy_to_user (void __user *to, const void *from, unsigned long count) in __copy_to_user() function
/linux-4.1.27/arch/arm/include/asm/
Duaccess.h484 #define __copy_to_user(to, from, n) (memcpy((void __force *)to, from, n), 0) macro
/linux-4.1.27/arch/tile/include/asm/
Duaccess.h349 __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user() function
/linux-4.1.27/arch/mips/include/asm/
Duaccess.h826 #define __copy_to_user(to, from, n) \ macro