Page MenuHomeFreeBSD

x86/apic: remove apic_ops
ClosedPublic

Authored by royger on Jan 17 2022, 3:52 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Mar 22, 11:01 AM
Unknown Object (File)
Mar 18 2025, 1:53 PM
Unknown Object (File)
Feb 23 2025, 5:57 PM
Unknown Object (File)
Feb 23 2025, 4:55 PM
Unknown Object (File)
Feb 17 2025, 11:07 AM
Unknown Object (File)
Feb 17 2025, 11:06 AM
Unknown Object (File)
Feb 14 2025, 9:24 PM
Unknown Object (File)
Feb 11 2025, 1:26 PM
Subscribers

Details

Summary

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

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable