freebsd-dev/sys/x86/x86
Mitchell Horne 99bd5c1fe3 x86: nexus code tidy-up
Make a pass at the various nexus implementations, fixing some very minor
style issues, obsolete comments, etc.

The method declaration section has become unwieldy in many respects.
Attempt to tame it by:
 - Using generated method typedefs
 - Grouping methods roughly by category, and then alphabetically.

Reviewed by:	jhb
Differential Revision:	https://reviews.freebsd.org/D38495
2023-03-20 17:35:47 -03:00
..
autoconf.c
bus_machdep.c pmap_unmapdev/bios: Accept a pointer instead of a vm_offset_t. 2022-09-22 15:08:52 -07:00
busdma_bounce.c x86/busdma: Limit reserved pages if low nsegs 2022-10-21 22:47:33 -07:00
busdma_machdep.c bus_dma: Deduplicate locking helper functions. 2022-01-05 13:50:40 -08:00
cpu_machdep.c x86: ignore stepping for APL30 errata 2023-01-12 10:08:17 +01:00
dbreg.c Create sys/reg.h for the common code previously in machine/reg.h 2021-08-30 12:50:53 +01:00
delay.c
dump_machdep.c
fdt_machdep.c
identcpu.c abstract out the vm detection via smbios.. 2023-03-02 16:54:21 -08:00
intr_machdep.c
io_apic.c pmap_unmapdev/bios: Accept a pointer instead of a vm_offset_t. 2022-09-22 15:08:52 -07:00
legacy.c x86: Remove unused devclass arguments to DRIVER_MODULE. 2022-05-06 15:46:58 -07:00
local_apic.c apic: prevent divide by zero in CPU frequency init 2023-02-25 09:47:40 -07:00
mca.c x86: Correct a typo in source code comment 2022-09-04 13:36:53 +02:00
mp_x86.c x86: whack kernel gcov vestige 2023-02-23 16:42:38 +00:00
mptable_pci.c mptable_hostb: Use legacy_get_pcibus() to fetch PCI bus number. 2022-06-23 10:49:09 -07:00
mptable.c x86: Add MPTABLE_LINUX_BUG_COMPAT option 2022-10-17 23:02:22 -07:00
msi.c Rename kernel option ACPI_DMAR to IOMMU. 2020-09-29 20:29:07 +00:00
nexus.c x86: nexus code tidy-up 2023-03-20 17:35:47 -03:00
pvclock.c pvclock: Export a vDSO page even without rdtscp available 2023-02-03 11:48:25 -05:00
stack_machdep.c Move kstack_contains() and GET_STACK_USAGE() to MD machine/stack.h 2023-02-02 00:59:26 +02:00
tsc.c set_cputicker: use a bool 2022-06-23 15:15:11 -03:00
ucode.c
x86_mem.c