opnsense-src/sys/amd64/amd64
Mateusz Guzik f1be262ec1 amd64: move memcmp checks upfront
This is a tradeoff which saves jumps for smaller sizes while making
the 8-16 range slower (roughly in line with the other cases).

Tested with glibc test suite.

For example size 3 (most common with vfs namecache) (ops/s):
before:	407086026
after:	461391995

The regressed range of 8-16 (with 8 as example):
before:	540850489
after:	461671032
2021-01-31 16:07:20 +00:00
..
apic_vector.S Allow swi_sched() to be called from NMI context. 2020-07-25 15:19:38 +00:00
atpic_vector.S
bios.c amd64: clean up empty lines in .c and .h files 2020-09-01 21:16:54 +00:00
bpf_jit_machdep.c malloc: delegate M_EXEC handling to dedicacted routines 2020-10-30 20:02:32 +00:00
bpf_jit_machdep.h
copyout.c amd64: clean up empty lines in .c and .h files 2020-09-01 21:16:54 +00:00
cpu_switch.S amd64: Store full 64bit of FIP/FDP for 64bit processes when using XSAVE. 2020-10-03 23:17:29 +00:00
db_disasm.c amd64: clean up empty lines in .c and .h files 2020-09-01 21:16:54 +00:00
db_interface.c amd64: allow parallel shootdown IPIs 2020-07-14 20:37:50 +00:00
db_trace.c amd64: clean up empty lines in .c and .h files 2020-09-01 21:16:54 +00:00
efirt_machdep.c amd64: Handle 5-level paging for efirt calls. 2020-08-23 20:40:35 +00:00
efirt_support.S amd64 ef_rt_arch_call: Preserve %rflags around call into EFI RT service. 2019-06-03 15:32:42 +00:00
elf_machdep.c random(4) FenestrasX: Push root seed version to arc4random(3) 2020-10-10 21:52:00 +00:00
exception.S amd64 nmi handler: fix comment about %ebx 2020-12-27 12:59:33 +02:00
fpu.c Fix for mis-interpretation of PCB_KERNFPU. 2020-10-14 23:01:41 +00:00
gdb_machdep.c gdb(4) fix x86 signal reporting 2020-12-23 15:40:14 -04:00
genassym.c Unobfuscate "KERNLOAD" parameter on amd64. This change lines-up amd64 with the 2020-11-25 23:19:01 +00:00
in_cksum.c
initcpu.c Limit workaround for errata E400 to appropriate AMD cpus. 2020-10-14 22:57:50 +00:00
io.c
locore.S Unobfuscate "KERNLOAD" parameter on amd64. This change lines-up amd64 with the 2020-11-25 23:19:01 +00:00
machdep.c amd64: Make it easier to configure exception stack sizes 2020-11-04 16:42:20 +00:00
mem.c Add the MEM_EXTRACT_PADDR ioctl to /dev/mem. 2020-09-02 18:12:47 +00:00
minidump_machdep.c Avoid dump_avail[] redefinition. 2020-10-14 22:51:40 +00:00
mp_machdep.c amd64: fix tlb shootdown when all cpus are passed in the bitmap 2021-01-12 08:47:32 +00:00
mpboot.S amd64 pmap: LA57 AKA 5-level paging 2020-08-23 20:19:04 +00:00
pmap.c amd64 pmap: do not sleep in pmap_allocpte_alloc() with zero referenced page table page. 2021-01-11 22:57:58 +02:00
prof_machdep.c Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) 2020-02-26 14:26:36 +00:00
ptrace_machdep.c
sigtramp.S
support.S amd64: move memcmp checks upfront 2021-01-31 16:07:20 +00:00
sys_machdep.c Fix map locking in the CLEAR_PKRU sysarch(2) handler. 2020-02-05 16:09:02 +00:00
trap.c Get rid of sa->narg. It serves no purpose; use sa->callp->sy_narg instead. 2020-09-27 18:47:06 +00:00
uio_machdep.c
uma_machdep.c Tidy up the #includes. Recent changes, such as the introduction of 2020-11-02 19:20:06 +00:00
vm_machdep.c Move SV_ABI_ERRNO translation into linux-specific code, to simplify 2020-09-15 16:41:21 +00:00
xen-locore.S xen-locore: fix size in GDT descriptor 2020-05-26 10:24:06 +00:00