Home
last modified time | relevance | path

Searched refs:csum_partial_copy_generic (Results 1 - 25 of 25) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/lib/
H A Dcsum-wrappers_64.c31 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 Dchecksum_32.S255 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 Dcsum-wrappers_64.c31 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 Dchecksum_32.S255 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 Dchecksum.h40 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 Dchecksum_32.h33 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 Dchecksum_32.h30 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 Dchecksum_64.h133 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 Dchecksum_32.h34 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 Dchecksum_32.h30 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 Dchecksum_64.h132 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 Dchecksum.h40 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 Dchecksum_wrappers.c22 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 Dchecksum_32.S84 * 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 Dchecksum_wrappers.c26 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 Dchecksum_32.S84 * 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 Dchecksum.h21 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 Dchecksum.h21 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 Dchecksum.S179 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 Dxtensa_ksyms.c105 EXPORT_SYMBOL(csum_partial_copy_generic); variable
/kernel/linux/linux-5.10/arch/xtensa/lib/
H A Dchecksum.S178 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 Dsh_ksyms_32.c20 EXPORT_SYMBOL(csum_partial_copy_generic); variable
/kernel/linux/linux-6.6/arch/sh/kernel/
H A Dsh_ksyms_32.c20 EXPORT_SYMBOL(csum_partial_copy_generic); variable
/kernel/linux/linux-5.10/arch/sh/lib/
H A Dchecksum.S176 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 Dchecksum.S176 unsigned int csum_partial_copy_generic (const char *src, char *dst, int len)
195 ENTRY(csum_partial_copy_generic)

Completed in 9 milliseconds