freebsd-dev/sys/x86/iommu
Ruslan Bukin 0eed04c802 Add iommu_domain_map_ops virtual table with map/unmap methods
so x86 can support Intel DMAR and AMD IOMMU simultaneously.

Reviewed by:	kib
Sponsored by:	DARPA/AFRL
Differential Revision:	https://reviews.freebsd.org/D25894
2020-07-31 23:02:17 +00:00
..
intel_ctx.c Add iommu_domain_map_ops virtual table with map/unmap methods 2020-07-31 23:02:17 +00:00
intel_dmar.h Add iommu_domain_map_ops virtual table with map/unmap methods 2020-07-31 23:02:17 +00:00
intel_drv.c o Don't include headers from iommu.h, include them from the header 2020-07-29 22:08:54 +00:00
intel_fault.c Move the Intel DMAR busdma backend to a generic place so 2020-07-21 10:38:51 +00:00
intel_idpgtbl.c Add iommu_domain_map_ops virtual table with map/unmap methods 2020-07-31 23:02:17 +00:00
intel_intrmap.c o Don't include headers from iommu.h, include them from the header 2020-07-29 22:08:54 +00:00
intel_qi.c o Don't include headers from iommu.h, include them from the header 2020-07-29 22:08:54 +00:00
intel_quirks.c o Don't include headers from iommu.h, include them from the header 2020-07-29 22:08:54 +00:00
intel_reg.h o Move iommu_test_boundary() to sys/iommu.h 2020-07-18 13:10:31 +00:00
intel_utils.c o Don't include headers from iommu.h, include them from the header 2020-07-29 22:08:54 +00:00
iommu_intrmap.h