Page MenuHomeFreeBSD

x86/iommu: Eliminate redundant wrappers
ClosedPublic

Authored by alc on Jul 16 2022, 5:35 PM.
Tags
None
Referenced Files
F118545501: D35832.diff
Fri, May 30, 8:41 AM
Unknown Object (File)
Thu, May 22, 9:01 AM
Unknown Object (File)
Fri, May 16, 2:52 AM
Unknown Object (File)
Wed, May 14, 10:59 AM
Unknown Object (File)
Apr 26 2025, 7:16 PM
Unknown Object (File)
Apr 26 2025, 8:11 AM
Unknown Object (File)
Apr 20 2025, 7:22 AM
Unknown Object (File)
Mar 28 2025, 7:13 PM
Subscribers

Diff Detail

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

Event Timeline

alc requested review of this revision.Jul 16 2022, 5:35 PM
alc created this revision.

I suspect, there the idea was to have at least two implementations on x86: existing Intel DMAR and non-existing AMD IOMMU. So eventually these wrappers would do a dispatch based on the domain.

This revision is now accepted and ready to land.Jul 16 2022, 7:04 PM
This revision was automatically updated to reflect the committed changes.