Home
last modified time | relevance | path

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

12

/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
/arch/unicore32/include/asm/
Duaccess.h21 #define __copy_to_user __copy_to_user macro
/arch/hexagon/include/asm/
Duaccess.h76 #define __copy_to_user(to, from, n) __copy_to_user_hexagon(to, from, n) macro
/arch/x86/include/asm/
Duaccess_32.h89 __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user() function
Duaccess_64.h177 int __copy_to_user(void __user *dst, const void *src, unsigned size) in __copy_to_user() function
/arch/arc/include/asm/
Duaccess.h731 #define __copy_to_user(t, f, n) __arc_copy_to_user(t, f, n) macro
747 #define __copy_to_user(t, f, n) arc_copy_to_user_noinline(t, f, n) macro
/arch/um/include/asm/
Duaccess.h124 #define __copy_to_user(to, from, n) copy_to_user(to, from, n) macro
/arch/arm/include/asm/
Duaccess.h537 __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user() function
569 #define __copy_to_user(to,from,n) (memcpy((void __force *)to, from, n), 0) macro
/arch/sh/include/asm/
Duaccess.h121 __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user() function
/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
/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
/arch/s390/lib/
Duaccess.c192 unsigned long __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user() function
/arch/sparc/include/asm/
Duaccess_64.h240 #define __copy_to_user copy_to_user macro
Duaccess_32.h259 static inline unsigned long __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user() function
/arch/blackfin/include/asm/
Duaccess.h167 #define __copy_to_user(to, from, n) copy_to_user(to, from, n) macro
/arch/metag/include/asm/
Duaccess.h237 #define __copy_to_user(to, from, n) __copy_user(to, from, n) macro
/arch/parisc/include/asm/
Duaccess.h229 #define __copy_to_user copy_to_user macro
/arch/openrisc/include/asm/
Duaccess.h267 #define __copy_to_user(to, from, size) \ macro
/arch/frv/include/asm/
Duaccess.h287 __copy_to_user(void __user *to, const void *from, unsigned long n) in __copy_to_user() function
/arch/microblaze/include/asm/
Duaccess.h383 #define __copy_to_user(to, from, n) \ macro
/arch/score/include/asm/
Duaccess.h328 #define __copy_to_user(to, from, len) \ macro
/arch/arm64/include/asm/
Duaccess.h400 static inline unsigned long __must_check __copy_to_user(void __user *to, const void *from, unsigned… in __copy_to_user() function
/arch/mn10300/include/asm/
Duaccess.h473 #define __copy_to_user(to, from, n) \ macro
/arch/xtensa/include/asm/
Duaccess.h430 #define __copy_to_user(to,from,n) \ macro

12