opnsense-src/sys/amd64
Alan Cox 026f9acc38 pmap: Micro-optimize pmap_remove_pages() on amd64 and arm64
Reduce the live ranges for three variables so that they do not span the
call to PHYS_TO_VM_PAGE().  This enables the compiler to generate
slightly smaller machine code.

Reviewed by:	kib, markj

(cherry picked from commit d411b285bc)
2021-09-01 09:29:01 -04:00
..
acpica acpi: Make nexus_acpi quiet on amd64 and i386 2021-03-12 12:20:37 -05:00
amd64 pmap: Micro-optimize pmap_remove_pages() on amd64 and arm64 2021-09-01 09:29:01 -04:00
cloudabi32 Get rid of sa->narg. It serves no purpose; use sa->callp->sy_narg instead. 2020-09-27 18:47:06 +00:00
cloudabi64 Get rid of sa->narg. It serves no purpose; use sa->callp->sy_narg instead. 2020-09-27 18:47:06 +00:00
conf MFC 517904de5c: igc(4): Introduce new driver for the Intel I225 Ethernet controller. 2021-08-15 20:33:54 +10:00
ia32 amd64: clear debug registers on execing 32bit native binary 2021-04-23 14:14:08 +03:00
include amd64 pmap: convert to counter(9), add PV and pagetable page counts 2021-09-01 09:29:01 -04:00
linux Add quirks for Linux ABI signals handling 2021-06-22 04:45:32 +03:00
linux32 Add quirks for Linux ABI signals handling 2021-06-22 04:45:32 +03:00
pci pci_cfgreg.c: Use io port config access for early boot time. 2019-04-09 18:07:17 +00:00
sgx Convert remaining cap_rights_init users to cap_rights_init_one 2021-01-12 13:16:10 +00:00
vmm vmm: Add credential to cdev object 2021-09-01 09:07:42 -04:00
Makefile