/linux/arch/csky/lib/ |
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/ |
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/include/linux/ |
A D | uaccess.h | 103 return raw_copy_from_user(to, from, n); in __copy_from_user_inatomic() 114 return raw_copy_from_user(to, from, n); in __copy_from_user() 159 res = raw_copy_from_user(to, from, n); in _copy_from_user()
|
/linux/arch/s390/lib/ |
A D | uaccess.c | 126 unsigned long raw_copy_from_user(void *to, const void __user *from, unsigned long n) in raw_copy_from_user() function 132 EXPORT_SYMBOL(raw_copy_from_user);
|
/linux/arch/nios2/mm/ |
A D | uaccess.c | 68 EXPORT_SYMBOL(raw_copy_from_user);
|
/linux/include/asm-generic/ |
A D | uaccess.h | 83 raw_copy_from_user(void *to, const void __user * from, unsigned long n) in raw_copy_from_user() function 242 return unlikely(raw_copy_from_user(x, ptr, size)) ? -EFAULT : 0; in __get_user_fn()
|
/linux/arch/hexagon/include/asm/ |
A D | uaccess.h | 50 unsigned long raw_copy_from_user(void *to, const void __user *from,
|
/linux/arch/hexagon/kernel/ |
A D | hexagon_ksyms.c | 15 EXPORT_SYMBOL(raw_copy_from_user);
|
/linux/arch/x86/include/asm/ |
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
|
A D | uaccess_64.h | 50 raw_copy_from_user(void *dst, const void __user *src, unsigned long size) in raw_copy_from_user() function
|
/linux/arch/arm64/lib/ |
A D | uaccess_flushcache.c | 33 rc = raw_copy_from_user(to, from, n); in __copy_user_flushcache()
|
/linux/arch/sparc/lib/ |
A D | U1copy_from_user.S | 23 #define FUNC_NAME raw_copy_from_user
|
A D | GENpatch.S | 30 GEN_DO_PATCH(raw_copy_from_user, GENcopy_from_user)
|
A D | NG2patch.S | 30 NG_DO_PATCH(raw_copy_from_user, NG2copy_from_user)
|
A D | NGpatch.S | 30 NG_DO_PATCH(raw_copy_from_user, NGcopy_from_user)
|
A D | U3patch.S | 30 ULTRA3_DO_PATCH(raw_copy_from_user, U3copy_from_user)
|
A D | M7patch.S | 30 NG_DO_PATCH(raw_copy_from_user, M7copy_from_user)
|
A D | NG4patch.S | 32 NG_DO_PATCH(raw_copy_from_user, NG4copy_from_user)
|
/linux/arch/s390/include/asm/ |
A D | uaccess.h | 37 raw_copy_from_user(void *to, const void __user *from, unsigned long n); 147 size = raw_copy_from_user(x, ptr, size); in __get_user_fn()
|
/linux/arch/um/include/asm/ |
A D | uaccess.h | 24 extern unsigned long raw_copy_from_user(void *to, const void __user *from, unsigned long n);
|
/linux/arch/hexagon/mm/ |
A D | copy_from_user.S | 34 #define FUNCNAME raw_copy_from_user
|
/linux/lib/ |
A D | usercopy.c | 16 res = raw_copy_from_user(to, from, n); in _copy_from_user()
|
/linux/arch/um/kernel/skas/ |
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 156 EXPORT_SYMBOL(raw_copy_from_user);
|
/linux/arch/csky/include/asm/ |
A D | uaccess.h | 206 unsigned long raw_copy_from_user(void *to, const void *from, unsigned long n);
|
/linux/arch/sparc/include/asm/ |
A D | uaccess_64.h | 177 unsigned long __must_check raw_copy_from_user(void *to,
|