x86: Prefer consistent naming for loader tunables
The following loader tunables do have corresponding sysctl MIBs but
with inconsistent naming. That may be historical reason. Let's prefer
consistent naming for them so that it will be easier to maintain.
- hw.dmar.timeout -> hw.iommu.dmar.timeout
- hw.lapic_eoi_suppression -> hw.apic.eoi_suppression
- hw.lapic_tsc_deadline -> hw.apic.timer_tsc_deadline
- hw.x2apic_enable -> hw.apic.x2apic_mode
Those tunables are for field debugging, no need to keep old names for
compatibility.
Reviewed by: kib
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D42248