Home
last modified time | relevance | path

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

12

/linux-5.19.10/arch/hexagon/mm/
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()
Dcopy_to_user.S33 #define FUNCNAME raw_copy_to_user
/linux-5.19.10/arch/csky/lib/
Dusercopy.c78 unsigned long raw_copy_to_user(void *to, const void *from, in raw_copy_to_user() function
143 EXPORT_SYMBOL(raw_copy_to_user);
/linux-5.19.10/arch/parisc/lib/
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);
/linux-5.19.10/arch/s390/lib/
Duaccess.c130 unsigned long raw_copy_to_user(void __user *to, const void *from, unsigned long n) in raw_copy_to_user() function
134 EXPORT_SYMBOL(raw_copy_to_user);
/linux-5.19.10/include/linux/
Duaccess.h97 return raw_copy_to_user(to, from, n); in __copy_to_user_inatomic()
108 return raw_copy_to_user(to, from, n); in __copy_to_user()
139 n = raw_copy_to_user(to, from, n); in _copy_to_user()
/linux-5.19.10/arch/nios2/mm/
Duaccess.c130 EXPORT_SYMBOL(raw_copy_to_user);
/linux-5.19.10/arch/hexagon/include/asm/
Duaccess.h27 unsigned long raw_copy_to_user(void __user *to, const void *from,
/linux-5.19.10/arch/hexagon/kernel/
Dhexagon_ksyms.c16 EXPORT_SYMBOL(raw_copy_to_user);
/linux-5.19.10/include/asm-generic/
Duaccess.h89 raw_copy_to_user(void __user *to, const void *from, unsigned long n) in raw_copy_to_user() function
137 return unlikely(raw_copy_to_user(ptr, x, size)) ? -EFAULT : 0; in __put_user_fn()
/linux-5.19.10/arch/x86/include/asm/
Duaccess_32.h18 raw_copy_to_user(void __user *to, const void *from, unsigned long n) in raw_copy_to_user() function
Duaccess_64.h56 raw_copy_to_user(void __user *dst, const void *src, unsigned long size) in raw_copy_to_user() function
/linux-5.19.10/arch/sparc/lib/
DU1copy_to_user.S23 #define FUNC_NAME raw_copy_to_user
DNG2patch.S31 NG_DO_PATCH(raw_copy_to_user, NG2copy_to_user)
DU3patch.S31 ULTRA3_DO_PATCH(raw_copy_to_user, U3copy_to_user)
DGENpatch.S31 GEN_DO_PATCH(raw_copy_to_user, GENcopy_to_user)
DNGpatch.S31 NG_DO_PATCH(raw_copy_to_user, NGcopy_to_user)
DM7patch.S31 NG_DO_PATCH(raw_copy_to_user, M7copy_to_user)
DNG4patch.S33 NG_DO_PATCH(raw_copy_to_user, NG4copy_to_user)
/linux-5.19.10/arch/um/include/asm/
Duaccess.h26 extern unsigned long raw_copy_to_user(void __user *to, const void *from, unsigned long n);
/linux-5.19.10/lib/
Dusercopy.c33 n = raw_copy_to_user(to, from, n); in _copy_to_user()
/linux-5.19.10/arch/um/kernel/skas/
Duaccess.c162 unsigned long raw_copy_to_user(void __user *to, const void *from, unsigned long n) in raw_copy_to_user() function
166 EXPORT_SYMBOL(raw_copy_to_user);
/linux-5.19.10/arch/csky/include/asm/
Duaccess.h196 unsigned long raw_copy_to_user(void *to, const void *from, unsigned long n);
/linux-5.19.10/arch/sh/include/asm/
Duaccess.h94 raw_copy_to_user(void __user *to, const void *from, unsigned long n) in raw_copy_to_user() function
/linux-5.19.10/arch/nios2/include/asm/
Duaccess.h59 raw_copy_to_user(void __user *to, const void *from, unsigned long n);

12