Searched defs:copy_to_user (Results 1 - 31 of 31) sorted by relevance

/linux-4.1.27/arch/avr32/lib/
H A Dcopy_user.S36 copy_to_user: label
/linux-4.1.27/arch/powerpc/lib/
H A Dusercopy_64.c21 unsigned long copy_to_user(void __user *to, const void *from, unsigned long n) copy_to_user() function
39 EXPORT_SYMBOL(copy_to_user); variable
/linux-4.1.27/tools/virtio/linux/
H A Duaccess.h43 static inline int copy_to_user(void __user volatile *to, const void *from, copy_to_user() function
/linux-4.1.27/arch/sh/include/asm/
H A Duaccess.h160 copy_to_user(void __user *to, const void *from, unsigned long n) copy_to_user() function
/linux-4.1.27/arch/nios2/include/asm/
H A Duaccess.h110 static inline long copy_to_user(void __user *to, const void *from, copy_to_user() function
/linux-4.1.27/arch/arm64/include/asm/
H A Duaccess.h253 static inline unsigned long __must_check copy_to_user(void __user *to, const void *from, unsigned long n) copy_to_user() function
/linux-4.1.27/arch/avr32/kernel/
H A Davr32_ksyms.c40 EXPORT_SYMBOL(copy_to_user); variable
/linux-4.1.27/arch/frv/include/asm/
H A Duaccess.h307 static inline long copy_to_user(void __user *to, const void *from, unsigned long n) copy_to_user() function
/linux-4.1.27/arch/m68k/include/asm/
H A Duaccess_mm.h380 #define copy_to_user(to, from, n) __copy_to_user(to, from, n) macro
H A Duaccess_no.h131 #define copy_to_user(to, from, n) (memcpy(to, from, n), 0) macro
/linux-4.1.27/arch/sparc/include/asm/
H A Duaccess_32.h314 static inline unsigned long copy_to_user(void __user *to, const void *from, unsigned long n) copy_to_user() function
H A Duaccess_64.h246 copy_to_user(void __user *to, const void *from, unsigned long size) copy_to_user() function
/linux-4.1.27/arch/tile/include/asm/
H A Duaccess.h356 copy_to_user(void __user *to, const void *from, unsigned long n) copy_to_user() function
/linux-4.1.27/arch/um/kernel/skas/
H A Duaccess.c164 int copy_to_user(void __user *to, const void *from, int n) copy_to_user() function
175 EXPORT_SYMBOL(copy_to_user); variable
/linux-4.1.27/arch/metag/include/asm/
H A Duaccess.h219 static inline unsigned long copy_to_user(void __user *to, const void *from, copy_to_user() function
/linux-4.1.27/arch/microblaze/include/asm/
H A Duaccess.h385 static inline long copy_to_user(void __user *to, copy_to_user() function
/linux-4.1.27/arch/s390/include/asm/
H A Duaccess.h275 copy_to_user(void __user *to, const void *from, unsigned long n) copy_to_user() function
/linux-4.1.27/arch/score/include/asm/
H A Duaccess.h309 copy_to_user(void *to, const void *from, unsigned long len) copy_to_user() function
/linux-4.1.27/arch/mn10300/include/asm/
H A Duaccess.h485 #define copy_to_user(to, from, n) __generic_copy_to_user((to), (from), (n)) macro
/linux-4.1.27/arch/openrisc/include/asm/
H A Duaccess.h288 copy_to_user(void *to, const void *from, unsigned long n) copy_to_user() function
/linux-4.1.27/arch/powerpc/include/asm/
H A Duaccess.h338 static inline unsigned long copy_to_user(void __user *to, copy_to_user() function
/linux-4.1.27/arch/blackfin/include/asm/
H A Duaccess.h188 copy_to_user(void __user *to, const void *from, unsigned long n) copy_to_user() function
/linux-4.1.27/arch/cris/include/asm/
H A Duaccess.h385 #define copy_to_user(to, from, n) \ macro
/linux-4.1.27/arch/ia64/include/asm/
H A Duaccess.h255 #define copy_to_user(to, from, n) \ macro
/linux-4.1.27/arch/m32r/include/asm/
H A Duaccess.h598 #define copy_to_user(to, from, n) \ macro
/linux-4.1.27/arch/arm/include/asm/
H A Duaccess.h497 static inline unsigned long __must_check copy_to_user(void __user *to, const void *from, unsigned long n) copy_to_user() function
/linux-4.1.27/arch/alpha/include/asm/
H A Duaccess.h398 copy_to_user(void __user *to, const void *from, long n) copy_to_user() function
/linux-4.1.27/include/asm-generic/
H A Duaccess.h265 static inline long copy_to_user(void __user *to, copy_to_user() function
/linux-4.1.27/arch/x86/include/asm/
H A Duaccess.h723 copy_to_user(void __user *to, const void *from, unsigned long n) copy_to_user() function
/linux-4.1.27/arch/parisc/lib/
H A Dmemcpy.c492 unsigned long copy_to_user(void __user *dst, const void *src, unsigned long len) copy_to_user() function
523 EXPORT_SYMBOL(copy_to_user); variable
/linux-4.1.27/arch/mips/include/asm/
H A Duaccess.h898 #define copy_to_user(to, from, n) \ macro

Completed in 855 milliseconds