Home
last modified time | relevance | path

Searched defs:copy_to_user (Results 1 – 25 of 29) sorted by relevance

12

/linux-3.3/arch/avr32/lib/
Dcopy_user.S34 .global copy_to_user symbol
36 copy_to_user: label
/linux-3.3/arch/powerpc/lib/
Dusercopy_64.c21 unsigned long copy_to_user(void __user *to, const void *from, unsigned long n) in copy_to_user() function
/linux-3.3/arch/s390/include/asm/
Duaccess.h81 size_t (*copy_to_user)(size_t, void __user *, const void *); member
235 copy_to_user(void __user *to, const void *from, unsigned long n) in copy_to_user() function
/linux-3.3/arch/x86/include/asm/
Duaccess_64.h63 int copy_to_user(void __user *dst, const void *src, unsigned size) in copy_to_user() function
/linux-3.3/arch/h8300/include/asm/
Duaccess.h114 #define copy_to_user(to, from, n) (memcpy(to, from, n), 0) macro
/linux-3.3/include/asm-generic/
Duaccess.h253 static inline long copy_to_user(void __user *to, in copy_to_user() function
/linux-3.3/arch/sh/include/asm/
Duaccess.h184 copy_to_user(void __user *to, const void *from, unsigned long n) in copy_to_user() function
/linux-3.3/arch/m68k/include/asm/
Duaccess_no.h131 #define copy_to_user(to, from, n) (memcpy(to, from, n), 0) macro
Duaccess_mm.h380 #define copy_to_user(to, from, n) __copy_to_user(to, from, n) macro
/linux-3.3/arch/sparc/include/asm/
Duaccess_64.h231 copy_to_user(void __user *to, const void *from, unsigned long size) in copy_to_user() function
Duaccess_32.h250 static inline unsigned long copy_to_user(void __user *to, const void *from, unsigned long n) in copy_to_user() function
/linux-3.3/arch/um/kernel/skas/
Duaccess.c164 int copy_to_user(void __user *to, const void *from, int n) in copy_to_user() function
/linux-3.3/arch/blackfin/include/asm/
Duaccess.h205 copy_to_user(void __user *to, const void *from, unsigned long n) in copy_to_user() function
/linux-3.3/arch/x86/lib/
Dusercopy_32.c852 copy_to_user(void __user *to, const void *from, unsigned long n) in copy_to_user() function
/linux-3.3/arch/frv/include/asm/
Duaccess.h307 static inline long copy_to_user(void __user *to, const void *from, unsigned long n) in copy_to_user() function
/linux-3.3/arch/microblaze/include/asm/
Duaccess.h378 static inline long copy_to_user(void __user *to, in copy_to_user() function
/linux-3.3/arch/score/include/asm/
Duaccess.h309 copy_to_user(void *to, const void *from, unsigned long len) in copy_to_user() function
/linux-3.3/arch/tile/include/asm/
Duaccess.h305 copy_to_user(void __user *to, const void *from, unsigned long n) in copy_to_user() function
/linux-3.3/arch/openrisc/include/asm/
Duaccess.h289 copy_to_user(void *to, const void *from, unsigned long n) in copy_to_user() function
/linux-3.3/arch/xtensa/include/asm/
Duaccess.h420 #define copy_to_user(to,from,n) __generic_copy_to_user((to),(from),(n)) macro
/linux-3.3/arch/mn10300/include/asm/
Duaccess.h485 #define copy_to_user(to, from, n) __generic_copy_to_user((to), (from), (n)) macro
/linux-3.3/arch/m32r/include/asm/
Duaccess.h598 #define copy_to_user(to,from,n) \ macro
/linux-3.3/arch/cris/include/asm/
Duaccess.h363 #define copy_to_user(to, from, n) \ macro
/linux-3.3/arch/arm/include/asm/
Duaccess.h413 static inline unsigned long __must_check copy_to_user(void __user *to, const void *from, unsigned l… in copy_to_user() function
/linux-3.3/arch/alpha/include/asm/
Duaccess.h398 copy_to_user(void __user *to, const void *from, long n) in copy_to_user() function

12