/openbmc/linux/arch/hexagon/mm/ |
H A D | uaccess.c | 27 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 D | copy_to_user.S | 33 #define FUNCNAME raw_copy_to_user
|
/openbmc/linux/arch/csky/lib/ |
H A D | usercopy.c | 78 unsigned long raw_copy_to_user(void *to, const void *from, in raw_copy_to_user() function 143 EXPORT_SYMBOL(raw_copy_to_user);
|
/openbmc/linux/arch/parisc/lib/ |
H A D | memcpy.c | 23 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);
|
/openbmc/linux/arch/s390/lib/ |
H A D | uaccess.c | 134 unsigned long raw_copy_to_user(void __user *to, const void *from, unsigned long n) in raw_copy_to_user() function 138 EXPORT_SYMBOL(raw_copy_to_user);
|
/openbmc/linux/include/linux/ |
H A D | uaccess.h | 127 return raw_copy_to_user(to, from, n); in __copy_to_user_inatomic() 138 return raw_copy_to_user(to, from, n); in __copy_to_user() 170 n = raw_copy_to_user(to, from, n); in _copy_to_user()
|
/openbmc/linux/arch/nios2/mm/ |
H A D | uaccess.c | 130 EXPORT_SYMBOL(raw_copy_to_user);
|
/openbmc/linux/arch/hexagon/include/asm/ |
H A D | uaccess.h | 27 unsigned long raw_copy_to_user(void __user *to, const void *from,
|
/openbmc/linux/include/asm-generic/ |
H A D | uaccess.h | 89 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()
|
/openbmc/linux/arch/hexagon/kernel/ |
H A D | hexagon_ksyms.c | 16 EXPORT_SYMBOL(raw_copy_to_user);
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | uaccess_32.h | 18 raw_copy_to_user(void __user *to, const void *from, unsigned long n) in raw_copy_to_user() function
|
H A D | uaccess_64.h | 131 raw_copy_to_user(void __user *dst, const void *src, unsigned long size) in raw_copy_to_user() function
|
/openbmc/linux/arch/sparc/lib/ |
H A D | U1copy_to_user.S | 23 #define FUNC_NAME raw_copy_to_user
|
H A D | U3patch.S | 31 ULTRA3_DO_PATCH(raw_copy_to_user, U3copy_to_user)
|
H A D | NG2patch.S | 31 NG_DO_PATCH(raw_copy_to_user, NG2copy_to_user)
|
H A D | GENpatch.S | 31 GEN_DO_PATCH(raw_copy_to_user, GENcopy_to_user)
|
H A D | NGpatch.S | 31 NG_DO_PATCH(raw_copy_to_user, NGcopy_to_user)
|
H A D | M7patch.S | 31 NG_DO_PATCH(raw_copy_to_user, M7copy_to_user)
|
H A D | NG4patch.S | 33 NG_DO_PATCH(raw_copy_to_user, NG4copy_to_user)
|
/openbmc/linux/arch/um/include/asm/ |
H A D | uaccess.h | 26 extern unsigned long raw_copy_to_user(void __user *to, const void *from, unsigned long n);
|
/openbmc/linux/lib/ |
H A D | usercopy.c | 41 n = raw_copy_to_user(to, from, n); in _copy_to_user()
|
/openbmc/linux/arch/um/kernel/skas/ |
H A D | uaccess.c | 162 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);
|
/openbmc/linux/arch/csky/include/asm/ |
H A D | uaccess.h | 196 unsigned long raw_copy_to_user(void *to, const void *from, unsigned long n);
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | uaccess.h | 94 raw_copy_to_user(void __user *to, const void *from, unsigned long n) in raw_copy_to_user() function
|
/openbmc/linux/arch/nios2/include/asm/ |
H A D | uaccess.h | 59 raw_copy_to_user(void __user *to, const void *from, unsigned long n);
|