Home
last modified time | relevance | path

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

12

/arch/avr32/lib/
Dcopy_user.S34 .global copy_to_user symbol
36 copy_to_user: label
/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
/arch/s390/include/asm/
Duaccess.h82 size_t (*copy_to_user)(size_t, void __user *, const void *); member
236 copy_to_user(void __user *to, const void *from, unsigned long n) in copy_to_user() function
/arch/x86/include/asm/
Duaccess_64.h63 int copy_to_user(void __user *dst, const void *src, unsigned size) in copy_to_user() function
/arch/h8300/include/asm/
Duaccess.h114 #define copy_to_user(to, from, n) (memcpy(to, from, n), 0) macro
/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
/arch/sparc/include/asm/
Duaccess_64.h230 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
/arch/um/kernel/skas/
Duaccess.c164 int copy_to_user(void __user *to, const void *from, int n) in copy_to_user() function
/arch/sh/include/asm/
Duaccess.h184 copy_to_user(void __user *to, const void *from, unsigned long n) in copy_to_user() function
/arch/x86/lib/
Dusercopy_32.c765 copy_to_user(void __user *to, const void *from, unsigned long n) in copy_to_user() function
/arch/blackfin/include/asm/
Duaccess.h205 copy_to_user(void __user *to, const void *from, unsigned long n) in copy_to_user() function
/arch/microblaze/include/asm/
Duaccess.h378 static inline long copy_to_user(void __user *to, in copy_to_user() function
/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
/arch/tile/include/asm/
Duaccess.h305 copy_to_user(void __user *to, const void *from, unsigned long n) in copy_to_user() function
/arch/score/include/asm/
Duaccess.h309 copy_to_user(void *to, const void *from, unsigned long len) in copy_to_user() function
/arch/openrisc/include/asm/
Duaccess.h288 copy_to_user(void *to, const void *from, unsigned long n) in copy_to_user() function
/arch/mn10300/include/asm/
Duaccess.h485 #define copy_to_user(to, from, n) __generic_copy_to_user((to), (from), (n)) macro
/arch/xtensa/include/asm/
Duaccess.h422 #define copy_to_user(to,from,n) __generic_copy_to_user((to),(from),(n)) macro
/arch/m32r/include/asm/
Duaccess.h598 #define copy_to_user(to,from,n) \ macro
/arch/cris/include/asm/
Duaccess.h363 #define copy_to_user(to, from, n) \ macro
/arch/arm/include/asm/
Duaccess.h427 static inline unsigned long __must_check copy_to_user(void __user *to, const void *from, unsigned l… in copy_to_user() function
/arch/ia64/include/asm/
Duaccess.h254 #define copy_to_user(to, from, n) \ macro
/arch/alpha/include/asm/
Duaccess.h398 copy_to_user(void __user *to, const void *from, long n) in copy_to_user() function

12