Home
last modified time | relevance | path

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

/linux-4.1.27/arch/avr32/lib/
Dcopy_user.S36 copy_to_user: label
/linux-4.1.27/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.1.27/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.1.27/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.1.27/arch/arm64/include/asm/
Duaccess.h253 static inline unsigned long __must_check copy_to_user(void __user *to, const void *from, unsigned l… in copy_to_user() function
/linux-4.1.27/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.1.27/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.1.27/arch/sparc/include/asm/
Duaccess_64.h246 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.1.27/include/asm-generic/
Duaccess.h265 static inline long copy_to_user(void __user *to, in copy_to_user() function
/linux-4.1.27/arch/um/kernel/skas/
Duaccess.c164 int copy_to_user(void __user *to, const void *from, int n) in copy_to_user() function
/linux-4.1.27/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.1.27/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.1.27/arch/s390/include/asm/
Duaccess.h275 copy_to_user(void __user *to, const void *from, unsigned long n) in copy_to_user() function
/linux-4.1.27/arch/microblaze/include/asm/
Duaccess.h385 static inline long copy_to_user(void __user *to, in copy_to_user() function
/linux-4.1.27/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.1.27/arch/score/include/asm/
Duaccess.h309 copy_to_user(void *to, const void *from, unsigned long len) in copy_to_user() function
/linux-4.1.27/arch/openrisc/include/asm/
Duaccess.h288 copy_to_user(void *to, const void *from, unsigned long n) in copy_to_user() function
/linux-4.1.27/arch/mn10300/include/asm/
Duaccess.h485 #define copy_to_user(to, from, n) __generic_copy_to_user((to), (from), (n)) macro
/linux-4.1.27/arch/m32r/include/asm/
Duaccess.h598 #define copy_to_user(to, from, n) \ macro
/linux-4.1.27/arch/cris/include/asm/
Duaccess.h385 #define copy_to_user(to, from, n) \ macro
/linux-4.1.27/arch/powerpc/include/asm/
Duaccess.h338 static inline unsigned long copy_to_user(void __user *to, in copy_to_user() function
/linux-4.1.27/arch/alpha/include/asm/
Duaccess.h398 copy_to_user(void __user *to, const void *from, long n) in copy_to_user() function
/linux-4.1.27/arch/ia64/include/asm/
Duaccess.h255 #define copy_to_user(to, from, n) \ macro
/linux-4.1.27/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.1.27/arch/arm/include/asm/
Duaccess.h497 static inline unsigned long __must_check copy_to_user(void __user *to, const void *from, unsigned l… in copy_to_user() function
/linux-4.1.27/arch/tile/include/asm/
Duaccess.h356 copy_to_user(void __user *to, const void *from, unsigned long n) in copy_to_user() function
/linux-4.1.27/arch/x86/include/asm/
Duaccess.h723 copy_to_user(void __user *to, const void *from, unsigned long n) in copy_to_user() function
/linux-4.1.27/arch/mips/include/asm/
Duaccess.h898 #define copy_to_user(to, from, n) \ macro