Searched refs:raw_copy_to_user (Results 1 - 25 of 42) sorted by relevance

12

/linux-master/arch/nios2/mm/
H A Duaccess.c71 " .global raw_copy_to_user\n"
72 " .type raw_copy_to_user, @function\n"
73 "raw_copy_to_user:\n"
130 EXPORT_SYMBOL(raw_copy_to_user); variable
/linux-master/arch/hexagon/mm/
H A Duaccess.c27 uncleared = raw_copy_to_user(dest, &empty_zero_page, PAGE_SIZE);
34 count = raw_copy_to_user(dest, &empty_zero_page, count);
H A Dcopy_to_user.S33 #define FUNCNAME raw_copy_to_user
/linux-master/arch/hexagon/include/asm/
H A Duaccess.h27 unsigned long raw_copy_to_user(void __user *to, const void *from,
/linux-master/arch/csky/lib/
H A Dusercopy.c78 unsigned long raw_copy_to_user(void *to, const void *from, function
143 EXPORT_SYMBOL(raw_copy_to_user); variable
/linux-master/arch/parisc/lib/
H A Dmemcpy.c23 unsigned long raw_copy_to_user(void __user *dst, const void *src, function
30 EXPORT_SYMBOL(raw_copy_to_user); variable
/linux-master/arch/sparc/lib/
H A DU1copy_to_user.S23 #define FUNC_NAME raw_copy_to_user
H A DGENpatch.S31 GEN_DO_PATCH(raw_copy_to_user, GENcopy_to_user)
H A DM7patch.S31 NG_DO_PATCH(raw_copy_to_user, M7copy_to_user)
H A DNGpatch.S31 NG_DO_PATCH(raw_copy_to_user, NGcopy_to_user)
H A DNG2patch.S31 NG_DO_PATCH(raw_copy_to_user, NG2copy_to_user)
H A DU3patch.S31 ULTRA3_DO_PATCH(raw_copy_to_user, U3copy_to_user)
H A DNG4patch.S33 NG_DO_PATCH(raw_copy_to_user, NG4copy_to_user)
/linux-master/arch/hexagon/kernel/
H A Dhexagon_ksyms.c16 EXPORT_SYMBOL(raw_copy_to_user); variable
/linux-master/arch/x86/include/asm/
H A Duaccess_32.h18 raw_copy_to_user(void __user *to, const void *from, unsigned long n) function
H A Duaccess_64.h129 raw_copy_to_user(void __user *dst, const void *src, unsigned long size) function
/linux-master/arch/um/include/asm/
H A Duaccess.h26 extern unsigned long raw_copy_to_user(void __user *to, const void *from, unsigned long n);
/linux-master/arch/s390/lib/
H A Duaccess.c135 unsigned long raw_copy_to_user(void __user *to, const void *from, unsigned long n) function
139 EXPORT_SYMBOL(raw_copy_to_user); variable
/linux-master/lib/
H A Dusercopy.c41 n = raw_copy_to_user(to, from, n);
/linux-master/include/linux/
H A Duaccess.h62 * For raw_copy_to_user() it's the other way round.
127 return raw_copy_to_user(to, from, n);
138 return raw_copy_to_user(to, from, n);
170 n = raw_copy_to_user(to, from, n);
/linux-master/arch/csky/include/asm/
H A Duaccess.h196 unsigned long raw_copy_to_user(void *to, const void *from, unsigned long n);
/linux-master/include/asm-generic/
H A Duaccess.h89 raw_copy_to_user(void __user *to, const void *from, unsigned long n) function
137 return unlikely(raw_copy_to_user(ptr, x, size)) ? -EFAULT : 0;
/linux-master/arch/um/kernel/skas/
H A Duaccess.c162 unsigned long raw_copy_to_user(void __user *to, const void *from, unsigned long n) function
166 EXPORT_SYMBOL(raw_copy_to_user); variable
/linux-master/arch/microblaze/include/asm/
H A Duaccess.h249 raw_copy_to_user(void __user *to, const void *from, unsigned long n) function
/linux-master/arch/sparc/include/asm/
H A Duaccess_32.h181 static inline unsigned long raw_copy_to_user(void __user *to, const void *from, unsigned long n) function

Completed in 277 milliseconds

12