freebsd-dev/sys/x86/xen
Roger Pau Monné e0516c7553 x86/apic: remove apic_ops
All supported Xen instances by FreeBSD provide a local APIC
implementation, so there's no need to replace the native local APIC
implementation anymore.

Leave just the ipi_vectored hook in order to be able to override it
with an implementation based on event channels if the underlying local
APIC is not virtualized by hardware. Note the hook cannot use ifuncs,
because at the point where ifuncs are resolved the kernel doesn't yet
know whether it will benefit from using the optimization.

Sponsored by: Citrix Systems R&D
Reviewed by: kib
Differential revision: https://reviews.freebsd.org/D33917
2022-01-18 10:19:04 +01:00
..
hvm.c x86/xen: use x{2}APIC if virtualized by hardware 2022-01-18 10:18:22 +01:00
pv.c xen: plug some of set-but-not-used vars 2021-12-15 13:46:17 +00:00
xen_apic.c x86/apic: remove apic_ops 2022-01-18 10:19:04 +01:00
xen_intr.c xen: plug some of set-but-not-used vars 2021-12-15 13:46:17 +00:00