Page MenuHomeFreeBSD

x86/iommu: Eliminate redundant wrappers
ClosedPublic

Authored by alc on Jul 16 2022, 5:35 PM.
Tags
None
Referenced Files
F166475858: D35832.id108237.diff
Thu, Aug 13, 7:05 PM
F166416576: D35832.id108223.diff
Thu, Aug 13, 12:17 PM
Unknown Object (File)
Wed, Aug 12, 8:36 PM
Unknown Object (File)
Wed, Aug 12, 4:45 PM
Unknown Object (File)
Mon, Aug 10, 10:46 AM
Unknown Object (File)
Mon, Aug 10, 10:27 AM
Unknown Object (File)
Mon, Aug 10, 7:38 AM
Unknown Object (File)
Sat, Aug 8, 8:30 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.