/kernel/linux/linux-5.10/arch/x86/lib/ |
H A D | csum-wrappers_64.c | 31 sum = csum_partial_copy_generic((__force const void *)src, dst, len); in csum_and_copy_from_user() 56 sum = csum_partial_copy_generic(src, (void __force *)dst, len); in csum_and_copy_to_user() 74 return csum_partial_copy_generic(src, dst, len); in csum_partial_copy_nocheck()
|
H A D | checksum_32.S | 255 unsigned int csum_partial_copy_generic (const char *src, char *dst, 272 SYM_FUNC_START(csum_partial_copy_generic) 375 SYM_FUNC_END(csum_partial_copy_generic) 393 SYM_FUNC_START(csum_partial_copy_generic) 451 SYM_FUNC_END(csum_partial_copy_generic) 457 EXPORT_SYMBOL(csum_partial_copy_generic)
|
/kernel/linux/linux-6.6/arch/x86/lib/ |
H A D | csum-wrappers_64.c | 31 sum = csum_partial_copy_generic((__force const void *)src, dst, len); in csum_and_copy_from_user() 55 sum = csum_partial_copy_generic(src, (void __force *)dst, len); in csum_and_copy_to_user() 72 return csum_partial_copy_generic(src, dst, len); in csum_partial_copy_nocheck()
|
H A D | checksum_32.S | 255 unsigned int csum_partial_copy_generic (const char *src, char *dst, 272 SYM_FUNC_START(csum_partial_copy_generic) 366 SYM_FUNC_END(csum_partial_copy_generic) 384 SYM_FUNC_START(csum_partial_copy_generic) 438 SYM_FUNC_END(csum_partial_copy_generic) 444 EXPORT_SYMBOL(csum_partial_copy_generic)
|
/kernel/linux/linux-5.10/arch/xtensa/include/asm/ |
H A D | checksum.h | 40 asmlinkage __wsum csum_partial_copy_generic(const void *src, void *dst, int len); 50 return csum_partial_copy_generic(src, dst, len); in csum_partial_copy_nocheck() 60 return csum_partial_copy_generic((__force const void *)src, dst, len); in csum_and_copy_from_user() 245 return csum_partial_copy_generic(src, (__force void *)dst, len); in csum_and_copy_to_user()
|
/kernel/linux/linux-5.10/arch/sh/include/asm/ |
H A D | checksum_32.h | 33 asmlinkage __wsum csum_partial_copy_generic(const void *src, void *dst, int len); 46 return csum_partial_copy_generic(src, dst, len); in csum_partial_copy_nocheck() 55 return csum_partial_copy_generic((__force const void *)src, dst, len); in csum_and_copy_from_user() 200 return csum_partial_copy_generic((__force const void *)src, dst, len); in csum_and_copy_to_user()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | checksum_32.h | 30 asmlinkage __wsum csum_partial_copy_generic(const void *src, void *dst, int len); 41 return csum_partial_copy_generic(src, dst, len); in csum_partial_copy_nocheck() 52 ret = csum_partial_copy_generic((__force void *)src, dst, len); in csum_and_copy_from_user() 181 ret = csum_partial_copy_generic(src, (__force void *)dst, len); in csum_and_copy_to_user()
|
H A D | checksum_64.h | 133 extern __visible __wsum csum_partial_copy_generic(const void *src, void *dst, int len);
|
/kernel/linux/linux-6.6/arch/sh/include/asm/ |
H A D | checksum_32.h | 34 asmlinkage __wsum csum_partial_copy_generic(const void *src, void *dst, int len); 47 return csum_partial_copy_generic(src, dst, len); in csum_partial_copy_nocheck() 56 return csum_partial_copy_generic((__force const void *)src, dst, len); in csum_and_copy_from_user() 202 return csum_partial_copy_generic(src, (__force void *)dst, len); in csum_and_copy_to_user()
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | checksum_32.h | 30 asmlinkage __wsum csum_partial_copy_generic(const void *src, void *dst, int len); 41 return csum_partial_copy_generic(src, dst, len); in csum_partial_copy_nocheck() 52 ret = csum_partial_copy_generic((__force void *)src, dst, len); in csum_and_copy_from_user() 181 ret = csum_partial_copy_generic(src, (__force void *)dst, len); in csum_and_copy_to_user()
|
H A D | checksum_64.h | 132 extern __visible __wsum csum_partial_copy_generic(const void *src, void *dst, int len);
|
/kernel/linux/linux-6.6/arch/xtensa/include/asm/ |
H A D | checksum.h | 40 asmlinkage __wsum csum_partial_copy_generic(const void *src, void *dst, int len); 50 return csum_partial_copy_generic(src, dst, len); in csum_partial_copy_nocheck() 60 return csum_partial_copy_generic((__force const void *)src, dst, len); in csum_and_copy_from_user() 245 return csum_partial_copy_generic(src, (__force void *)dst, len); in csum_and_copy_to_user()
|
/kernel/linux/linux-6.6/arch/powerpc/lib/ |
H A D | checksum_wrappers.c | 22 csum = csum_partial_copy_generic((void __force *)src, dst, len); in csum_and_copy_from_user() 35 csum = csum_partial_copy_generic(src, (void __force *)dst, len); in csum_and_copy_to_user()
|
H A D | checksum_32.S | 84 * csum_partial_copy_generic(src, dst, len) 124 _GLOBAL(csum_partial_copy_generic) 276 EXPORT_SYMBOL(csum_partial_copy_generic)
|
/kernel/linux/linux-5.10/arch/powerpc/lib/ |
H A D | checksum_wrappers.c | 26 csum = csum_partial_copy_generic((void __force *)src, dst, len); in csum_and_copy_from_user() 43 csum = csum_partial_copy_generic(src, (void __force *)dst, len); in csum_and_copy_to_user()
|
H A D | checksum_32.S | 84 * csum_partial_copy_generic(src, dst, len) 127 _GLOBAL(csum_partial_copy_generic) 279 EXPORT_SYMBOL(csum_partial_copy_generic)
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | checksum.h | 21 extern __wsum csum_partial_copy_generic(const void *src, void *dst, int len); 32 csum_partial_copy_generic((src), (dst), (len))
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | checksum.h | 21 extern __wsum csum_partial_copy_generic(const void *src, void *dst, int len); 32 csum_partial_copy_generic((src), (dst), (len))
|
/kernel/linux/linux-6.6/arch/xtensa/lib/ |
H A D | checksum.S | 179 unsigned int csum_partial_copy_generic (const char *src, char *dst, int len) 192 ENTRY(csum_partial_copy_generic) 349 ENDPROC(csum_partial_copy_generic) 350 EXPORT_SYMBOL(csum_partial_copy_generic)
|
/kernel/linux/linux-5.10/arch/xtensa/kernel/ |
H A D | xtensa_ksyms.c | 105 EXPORT_SYMBOL(csum_partial_copy_generic); variable
|
/kernel/linux/linux-5.10/arch/xtensa/lib/ |
H A D | checksum.S | 178 unsigned int csum_partial_copy_generic (const char *src, char *dst, int len) 191 ENTRY(csum_partial_copy_generic) 348 ENDPROC(csum_partial_copy_generic)
|
/kernel/linux/linux-5.10/arch/sh/kernel/ |
H A D | sh_ksyms_32.c | 20 EXPORT_SYMBOL(csum_partial_copy_generic); variable
|
/kernel/linux/linux-6.6/arch/sh/kernel/ |
H A D | sh_ksyms_32.c | 20 EXPORT_SYMBOL(csum_partial_copy_generic); variable
|
/kernel/linux/linux-5.10/arch/sh/lib/ |
H A D | checksum.S | 176 unsigned int csum_partial_copy_generic (const char *src, char *dst, int len) 195 ENTRY(csum_partial_copy_generic)
|
/kernel/linux/linux-6.6/arch/sh/lib/ |
H A D | checksum.S | 176 unsigned int csum_partial_copy_generic (const char *src, char *dst, int len) 195 ENTRY(csum_partial_copy_generic)
|