Home
last modified time | relevance | path

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

/linux/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
/linux/arch/csky/lib/
H A 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/arch/parisc/lib/
H A Dmemcpy.c24 unsigned long raw_copy_to_user(void __user *dst, const void *src, in raw_copy_to_user() function
31 EXPORT_SYMBOL(raw_copy_to_user);
/linux/arch/nios2/mm/
H A Duaccess.c130 EXPORT_SYMBOL(raw_copy_to_user);
/linux/arch/sparc/lib/
H A DU1copy_to_user.S23 #define FUNC_NAME raw_copy_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 DNG2patch.S31 NG_DO_PATCH(raw_copy_to_user, NG2copy_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)
/linux/arch/csky/include/asm/
H A Duaccess.h196 unsigned long raw_copy_to_user(void *to, const void *from, unsigned long n);
/linux/arch/alpha/include/asm/
H A Duaccess.h192 raw_copy_to_user(void __user *to, const void *from, unsigned long len) in raw_copy_to_user() function
/linux/arch/powerpc/include/asm/
H A Duaccess.h411 raw_copy_to_user(void __user *to, const void *from, unsigned long n) in raw_copy_to_user() function
/linux/lib/
H A Diov_iter.c25 len = raw_copy_to_user(iter_to, from, len); in copy_to_user_iter()