Page MenuHomeFreeBSD

x86/iommu: Eliminate redundant wrappers
ClosedPublic

Authored by alc on Jul 16 2022, 5:35 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jan 22, 10:33 PM
Unknown Object (File)
Thu, Jan 16, 1:41 PM
Unknown Object (File)
Dec 24 2024, 9:11 AM
Unknown Object (File)
Dec 10 2024, 2:19 PM
Unknown Object (File)
Nov 25 2024, 12:14 AM
Unknown Object (File)
Nov 19 2024, 9:53 PM
Unknown Object (File)
Sep 24 2024, 3:30 AM
Unknown Object (File)
Sep 9 2024, 7:22 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.