/linux-5.19.10/arch/sparc/lib/ |
D | csum_copy_from_user.S | 19 #define FUNC_NAME csum_and_copy_from_user
|
/linux-5.19.10/arch/powerpc/lib/ |
D | checksum_wrappers.c | 14 __wsum csum_and_copy_from_user(const void __user *src, void *dst, in csum_and_copy_from_user() function
|
/linux-5.19.10/arch/m68k/lib/ |
D | checksum.c | 132 csum_and_copy_from_user(const void __user *src, void *dst, int len) in csum_and_copy_from_user() function
|
/linux-5.19.10/arch/alpha/include/asm/ |
D | checksum.h | 46 __wsum csum_and_copy_from_user(const void __user *src, void *dst, int len);
|
/linux-5.19.10/arch/x86/lib/ |
D | csum-wrappers_64.c | 24 csum_and_copy_from_user(const void __user *src, void *dst, int len) in csum_and_copy_from_user() function
|
/linux-5.19.10/arch/m68k/include/asm/ |
D | checksum.h | 35 extern __wsum csum_and_copy_from_user(const void __user *src,
|
/linux-5.19.10/arch/sparc/include/asm/ |
D | checksum_64.h | 42 __wsum csum_and_copy_from_user(const void __user *src, void *dst, int len);
|
D | checksum_32.h | 63 csum_and_copy_from_user(const void __user *src, void *dst, int len) in csum_and_copy_from_user() function
|
/linux-5.19.10/arch/x86/include/asm/ |
D | checksum_64.h | 135 extern __wsum csum_and_copy_from_user(const void __user *src, void *dst, int len);
|
D | checksum_32.h | 44 static inline __wsum csum_and_copy_from_user(const void __user *src, in csum_and_copy_from_user() function
|
/linux-5.19.10/arch/arm/include/asm/ |
D | checksum.h | 46 __wsum csum_and_copy_from_user(const void __user *src, void *dst, int len) in csum_and_copy_from_user() function
|
/linux-5.19.10/arch/sh/include/asm/ |
D | checksum_32.h | 51 __wsum csum_and_copy_from_user(const void __user *src, void *dst, int len) in csum_and_copy_from_user() function
|
/linux-5.19.10/arch/xtensa/include/asm/ |
D | checksum.h | 55 __wsum csum_and_copy_from_user(const void __user *src, void *dst, in csum_and_copy_from_user() function
|
/linux-5.19.10/arch/mips/include/asm/ |
D | checksum.h | 42 __wsum csum_and_copy_from_user(const void __user *src, void *dst, int len) in csum_and_copy_from_user() function
|
/linux-5.19.10/arch/powerpc/include/asm/ |
D | checksum.h | 24 extern __wsum csum_and_copy_from_user(const void __user *src, void *dst,
|
/linux-5.19.10/include/net/ |
D | checksum.h | 26 __wsum csum_and_copy_from_user (const void __user *src, void *dst, in csum_and_copy_from_user() function
|
/linux-5.19.10/arch/alpha/lib/ |
D | csum_partial_copy.c | 350 csum_and_copy_from_user(const void __user *src, void *dst, int len) in csum_and_copy_from_user() function
|
/linux-5.19.10/lib/ |
D | iov_iter.c | 1704 next = csum_and_copy_from_user(base, addr + off, len); in csum_and_copy_from_iter()
|