/linux/arch/csky/lib/ |
H A D | usercopy.c | 7 unsigned long raw_copy_from_user(void *to, const void *from, in raw_copy_from_user() function 76 EXPORT_SYMBOL(raw_copy_from_user);
|
/linux/arch/parisc/lib/ |
H A D | memcpy.c | 32 unsigned long raw_copy_from_user(void *dst, const void __user *src, in raw_copy_from_user() function 39 EXPORT_SYMBOL(raw_copy_from_user);
|
/linux/arch/nios2/include/asm/ |
H A D | uaccess.h | 57 raw_copy_from_user(void *to, const void __user *from, unsigned long n); 89 if (raw_copy_from_user(&(__val), ptr, sizeof(val))) { \
|
/linux/arch/microblaze/include/asm/ |
H A D | uaccess.h | 116 __gu_err = raw_copy_from_user(&__x, ptr, 8) ? \ 243 raw_copy_from_user(void *to, const void __user *from, unsigned long n) in raw_copy_from_user() function
|
/linux/arch/s390/lib/ |
H A D | uaccess.c | 73 unsigned long raw_copy_from_user(void *to, const void __user *from, unsigned long n) in raw_copy_from_user() function 77 EXPORT_SYMBOL(raw_copy_from_user);
|
/linux/include/linux/ |
H A D | uaccess.h | 96 res = raw_copy_from_user(to, from, n); in __copy_from_user_inatomic() 111 res = raw_copy_from_user(to, from, n); in __copy_from_user() 178 res = raw_copy_from_user(to, from, n); in _inline_copy_from_user()
|
/linux/arch/nios2/mm/ |
H A D | uaccess.c | 68 EXPORT_SYMBOL(raw_copy_from_user);
|
/linux/arch/hexagon/include/asm/ |
H A D | uaccess.h | 25 unsigned long raw_copy_from_user(void *to, const void __user *from,
|
/linux/arch/x86/lib/ |
H A D | usercopy.c | 49 ret = raw_copy_from_user(to, from, n); in copy_from_user_nmi()
|
/linux/arch/arm64/lib/ |
H A D | uaccess_flushcache.c | 27 rc = raw_copy_from_user(to, from, n); in __copy_user_flushcache()
|
/linux/include/asm-generic/ |
H A D | uaccess.h | 82 raw_copy_from_user(void *to, const void __user * from, unsigned long n) in raw_copy_from_user() function 198 return unlikely(raw_copy_from_user(x, ptr, size)) ? -EFAULT : 0; in __get_user_fn()
|
/linux/arch/hexagon/kernel/ |
H A D | hexagon_ksyms.c | 15 EXPORT_SYMBOL(raw_copy_from_user);
|
/linux/arch/x86/include/asm/ |
H A D | uaccess_32.h | 24 raw_copy_from_user(void *to, const void __user *from, unsigned long n) in raw_copy_from_user() function
|
/linux/arch/sparc/lib/ |
H A D | U1copy_from_user.S | 23 #define FUNC_NAME raw_copy_from_user
|
H A D | NGpatch.S | 30 NG_DO_PATCH(raw_copy_from_user, NGcopy_from_user)
|
H A D | GENpatch.S | 30 GEN_DO_PATCH(raw_copy_from_user, GENcopy_from_user)
|
H A D | U3patch.S | 30 ULTRA3_DO_PATCH(raw_copy_from_user, U3copy_from_user)
|
H A D | NG2patch.S | 30 NG_DO_PATCH(raw_copy_from_user, NG2copy_from_user)
|
H A D | M7patch.S | 30 NG_DO_PATCH(raw_copy_from_user, M7copy_from_user)
|
H A D | NG4patch.S | 32 NG_DO_PATCH(raw_copy_from_user, NG4copy_from_user)
|
/linux/arch/hexagon/mm/ |
H A D | copy_from_user.S | 34 #define FUNCNAME raw_copy_from_user
|
/linux/arch/um/include/asm/ |
H A D | uaccess.h | 25 extern unsigned long raw_copy_from_user(void *to, const void __user *from, unsigned long n);
|
/linux/arch/um/kernel/skas/ |
H A D | uaccess.c | 147 unsigned long raw_copy_from_user(void *to, const void __user *from, unsigned long n) in raw_copy_from_user() function 151 EXPORT_SYMBOL(raw_copy_from_user);
|
/linux/arch/csky/include/asm/ |
H A D | uaccess.h | 195 unsigned long raw_copy_from_user(void *to, const void *from, unsigned long n);
|
/linux/arch/sh/include/asm/ |
H A D | uaccess.h | 88 raw_copy_from_user(void *to, const void __user *from, unsigned long n) in raw_copy_from_user() function
|