Home
last modified time | relevance | path

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

/linux-4.4.14/arch/avr32/lib/
Dcopy_user.S36 copy_to_user: label
/linux-4.4.14/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-4.4.14/tools/virtio/linux/
Duaccess.h43 static inline int copy_to_user(void __user volatile *to, const void *from, in copy_to_user() function
/linux-4.4.14/arch/nios2/include/asm/
Duaccess.h110 static inline long copy_to_user(void __user *to, const void *from, in copy_to_user() function
/linux-4.4.14/arch/arm64/include/asm/
Duaccess.h264 static inline unsigned long __must_check copy_to_user(void __user *to, const void *from, unsigned l… in copy_to_user() function
/linux-4.4.14/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-4.4.14/arch/sh/include/asm/
Duaccess.h160 copy_to_user(void __user *to, const void *from, unsigned long n) in copy_to_user() function
/linux-4.4.14/include/asm-generic/
Duaccess.h267 static inline long copy_to_user(void __user *to, in copy_to_user() function
/linux-4.4.14/arch/metag/include/asm/
Duaccess.h219 static inline unsigned long copy_to_user(void __user *to, const void *from, in copy_to_user() function
/linux-4.4.14/arch/blackfin/include/asm/
Duaccess.h188 copy_to_user(void __user *to, const void *from, unsigned long n) in copy_to_user() function
/linux-4.4.14/arch/s390/include/asm/
Duaccess.h278 copy_to_user(void __user *to, const void *from, unsigned long n) in copy_to_user() function
/linux-4.4.14/arch/sparc/include/asm/
Duaccess_64.h268 copy_to_user(void __user *to, const void *from, unsigned long size) in copy_to_user() function
Duaccess_32.h314 static inline unsigned long copy_to_user(void __user *to, const void *from, unsigned long n) in copy_to_user() function
/linux-4.4.14/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-4.4.14/arch/microblaze/include/asm/
Duaccess.h387 static inline long copy_to_user(void __user *to, in copy_to_user() function
/linux-4.4.14/arch/openrisc/include/asm/
Duaccess.h288 copy_to_user(void *to, const void *from, unsigned long n) in copy_to_user() function
/linux-4.4.14/arch/score/include/asm/
Duaccess.h314 copy_to_user(void *to, const void *from, unsigned long len) in copy_to_user() function
/linux-4.4.14/arch/mn10300/include/asm/
Duaccess.h485 #define copy_to_user(to, from, n) __generic_copy_to_user((to), (from), (n)) macro
/linux-4.4.14/arch/m32r/include/asm/
Duaccess.h605 #define copy_to_user(to, from, n) \ macro
/linux-4.4.14/arch/cris/include/asm/
Duaccess.h385 #define copy_to_user(to, from, n) \ macro
/linux-4.4.14/arch/powerpc/include/asm/
Duaccess.h338 static inline unsigned long copy_to_user(void __user *to, in copy_to_user() function
/linux-4.4.14/arch/alpha/include/asm/
Duaccess.h398 copy_to_user(void __user *to, const void *from, long n) in copy_to_user() function
/linux-4.4.14/arch/ia64/include/asm/
Duaccess.h255 #define copy_to_user(to, from, n) \ macro
/linux-4.4.14/arch/parisc/lib/
Dmemcpy.c492 unsigned long copy_to_user(void __user *dst, const void *src, unsigned long len) in copy_to_user() function
/linux-4.4.14/arch/tile/include/asm/
Duaccess.h367 copy_to_user(void __user *to, const void *from, unsigned long n) in copy_to_user() function
/linux-4.4.14/arch/x86/include/asm/
Duaccess.h728 copy_to_user(void __user *to, const void *from, unsigned long n) in copy_to_user() function
/linux-4.4.14/arch/arm/include/asm/
Duaccess.h552 static inline unsigned long __must_check copy_to_user(void __user *to, const void *from, unsigned l… in copy_to_user() function
/linux-4.4.14/arch/mips/include/asm/
Duaccess.h924 #define copy_to_user(to, from, n) \ macro