freebsd-nq/sys/arm/arm
Mark Johnston ecbbe83144 netinet: Deduplicate most in_cksum() implementations
in_cksum() and related routines are implemented separately for each
platform, but only i386 and arm have optimized versions.  Other
platforms' copies of in_cksum.c are identical except for style
differences and support for big-endian CPUs.

Deduplicate the implementations for the rest of the platforms.  This
will make it easier to implement in_cksum() for unmapped mbufs.  On arm
and i386, define HAVE_MD_IN_CKSUM to mean that the MI implementation is
not to be compiled.

No functional change intended.

Reviewed by:	kp, glebius
MFC after:	1 week
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D33095
2021-11-24 13:31:16 -05:00
..
autoconf.c
bcopy_page.S
bcopyinout_xscale.S arm: Garbage collect _arm_memcpy/_arm_bzero. 2021-06-30 14:53:57 +02:00
bcopyinout.S arm: Garbage collect _arm_memcpy/_arm_bzero. 2021-06-30 14:53:57 +02:00
blockio.S
bus_space_asm_generic.S
bus_space_base.c
bus_space_generic.c
busdma_machdep.c arm: hide busdma statistics behind ifdef ARM_BUSDMA_MAPLOAD_STATS 2021-08-18 17:24:53 +02:00
copystr.S
cpu_asm-v6.S
cpufunc_asm_arm11x6.S
cpufunc_asm_armv7.S
cpufunc_asm_pj4b.S
cpufunc_asm.S
cpufunc.c
cpuinfo.c arm: export actlr as sysctl hw.cpu.quirks.actlr_value 2021-08-24 14:21:39 +00:00
db_disasm.c
db_interface.c
db_trace.c
debug_monitor.c arm: allow the debug stuff in CP14 to be disabled at compile time 2021-10-18 19:18:56 +00:00
disassem.c
dump_machdep.c
elf_machdep.c Do not call FreeBSD-ABI specific code for all ABIs 2021-07-07 14:12:07 +03:00
elf_note.S
exception.S
exec_machdep.c arm: move signal delivery code to exec_machdep.c 2021-10-08 03:20:42 +03:00
fiq_subr.S
fiq.c
fusu.S
gdb_machdep.c
genassym.c
generic_timer.c
gic_acpi.c
gic_common.h Add a gic interface to allocate MSI interrupts 2021-10-01 11:27:33 +01:00
gic_fdt.c
gic_if.m Add the missing license to gic_if.m 2021-10-04 13:21:21 +01:00
gic.c Add a gic interface to allocate MSI interrupts 2021-10-01 11:27:33 +01:00
gic.h Add a gic interface to allocate MSI interrupts 2021-10-01 11:27:33 +01:00
hypervisor-stub.S
identcpu-v6.c
in_cksum_arm.S
in_cksum_machdep.c netinet: Deduplicate most in_cksum() implementations 2021-11-24 13:31:16 -05:00
locore-v6.S
locore.S
machdep_boot.c
machdep_intr.c
machdep_kdb.c Create sys/reg.h for the common code previously in machine/reg.h 2021-08-30 12:50:53 +01:00
machdep_ptrace.c
machdep.c arm: move signal delivery code to exec_machdep.c 2021-10-08 03:20:42 +03:00
mem.c
minidump_machdep.c minidump: Use the provided dump bitset 2021-11-19 15:05:52 -04:00
mp_machdep.c sched: split sched_ap_entry() out of sched_throw() 2021-11-05 15:45:51 -05:00
mpcore_timer.c
mpcore_timervar.h
nexus.c arm, arm64, riscv: adjust top-level nexus comment 2021-10-08 14:16:32 -03:00
nexusvar.h
ofw_machdep.c
pl310.c
platform_if.m
platform_pl310_if.m
platform.c
pmap-v6.c Convert vm_page_alloc() callers to use vm_page_alloc_noobj(). 2021-10-19 21:22:56 -04:00
pmu_acpi.c arm/pmu: add ACPI attachment. 2021-11-02 19:35:29 +00:00
pmu_fdt.c
pmu.c
pmu.h arm/pmu: add ACPI attachment. 2021-11-02 19:35:29 +00:00
ptrace_machdep.c
sc_machdep.c
setcpsr.S
setstack.s
sp804.c
stack_machdep.c
stdatomic.c
support.S arm: retire bzero 2021-08-23 15:23:42 +02:00
swtch-v6.S
swtch.S
sys_machdep.c
syscall.c Pass the syscall number to capsicum permission-denied signals 2021-07-16 18:06:44 +01:00
trap-v6.c Fix some common typos in source code comments 2021-08-28 18:57:23 +02:00
uio_machdep.c
undefined.c arm: Fix handling of undefined instruction aborts in THUMB2 mode. 2021-11-02 11:11:44 +01:00
unwind.c
vfp.c
vm_machdep.c arm: Handle thumb2 thread entry point. 2021-09-21 23:20:27 +02:00