Home
last modified time | relevance | path

Searched refs:raw_copy_to_user (Results 1 – 25 of 44) sorted by relevance

12

/OK3568_Linux_fs/kernel/arch/hexagon/mm/
H A Duaccess.c27 uncleared = raw_copy_to_user(dest, &empty_zero_page, PAGE_SIZE); in __clear_user_hexagon()
34 count = raw_copy_to_user(dest, &empty_zero_page, count); in __clear_user_hexagon()
H A Dcopy_to_user.S33 #define FUNCNAME raw_copy_to_user
/OK3568_Linux_fs/kernel/arch/parisc/lib/
H A Dmemcpy.c23 unsigned long raw_copy_to_user(void __user *dst, const void *src, in raw_copy_to_user() function
30 EXPORT_SYMBOL(raw_copy_to_user);
/OK3568_Linux_fs/kernel/arch/csky/lib/
H A Dusercopy.c15 unsigned long raw_copy_to_user(void *to, const void *from, in raw_copy_to_user() function
21 EXPORT_SYMBOL(raw_copy_to_user);
/OK3568_Linux_fs/kernel/include/linux/
H A Duaccess.h137 return raw_copy_to_user(to, from, n); in __copy_to_user_inatomic()
148 return raw_copy_to_user(to, from, n); in __copy_to_user()
179 n = raw_copy_to_user(to, from, n); in _copy_to_user()
/OK3568_Linux_fs/kernel/arch/nios2/mm/
H A Duaccess.c130 EXPORT_SYMBOL(raw_copy_to_user);
/OK3568_Linux_fs/kernel/arch/um/kernel/skas/
H A Duaccess.c166 unsigned long raw_copy_to_user(void __user *to, const void *from, unsigned long n) in raw_copy_to_user() function
175 EXPORT_SYMBOL(raw_copy_to_user);
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Duaccess.h90 raw_copy_to_user(void __user *to, const void *from, unsigned long n) in raw_copy_to_user() function
176 return unlikely(raw_copy_to_user(ptr, x, size)) ? -EFAULT : 0; in __put_user_fn()
/OK3568_Linux_fs/kernel/arch/hexagon/kernel/
H A Dhexagon_ksyms.c16 EXPORT_SYMBOL(raw_copy_to_user);
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Duaccess_32.h18 raw_copy_to_user(void __user *to, const void *from, unsigned long n) in raw_copy_to_user() function
H A Duaccess_64.h56 raw_copy_to_user(void __user *dst, const void *src, unsigned long size) in raw_copy_to_user() function
/OK3568_Linux_fs/kernel/arch/sparc/lib/
H A DU1copy_to_user.S23 #define FUNC_NAME raw_copy_to_user
H A DNG2patch.S31 NG_DO_PATCH(raw_copy_to_user, NG2copy_to_user)
H A DNGpatch.S31 NG_DO_PATCH(raw_copy_to_user, NGcopy_to_user)
H A DGENpatch.S31 GEN_DO_PATCH(raw_copy_to_user, GENcopy_to_user)
H A DU3patch.S31 ULTRA3_DO_PATCH(raw_copy_to_user, U3copy_to_user)
H A DM7patch.S31 NG_DO_PATCH(raw_copy_to_user, M7copy_to_user)
H A DNG4patch.S33 NG_DO_PATCH(raw_copy_to_user, NG4copy_to_user)
/OK3568_Linux_fs/kernel/arch/c6x/include/asm/
H A Duaccess.h53 raw_copy_to_user(void __user *to, const void *from, unsigned long n) in raw_copy_to_user() function
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Duaccess.h56 raw_copy_to_user(void __user *to, const void *from, unsigned long n);
159 size = raw_copy_to_user(ptr, x, size); in __put_user_fn()
/OK3568_Linux_fs/kernel/arch/um/include/asm/
H A Duaccess.h25 extern unsigned long raw_copy_to_user(void __user *to, const void *from, unsigned long n);
/OK3568_Linux_fs/kernel/arch/s390/lib/
H A Duaccess.c246 unsigned long raw_copy_to_user(void __user *to, const void *from, unsigned long n) in raw_copy_to_user() function
252 EXPORT_SYMBOL(raw_copy_to_user);
/OK3568_Linux_fs/kernel/arch/hexagon/include/asm/
H A Duaccess.h52 unsigned long raw_copy_to_user(void __user *to, const void *from,
/OK3568_Linux_fs/kernel/lib/
H A Dusercopy.c33 n = raw_copy_to_user(to, from, n); in _copy_to_user()
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Duaccess.h538 raw_copy_to_user(void __user *to, const void *from, unsigned long n) in raw_copy_to_user() function
573 raw_copy_to_user(void __user *to, const void *from, unsigned long n) in raw_copy_to_user() function

12