freebsd-dev/sys/dev/iommu
Ruslan Bukin dea8594f19 Fix a bug in assertion: entry flags also includes IOMMU_MAP_ENTRY_UNMAPPED.
The entry->flags field is initialized in iommu_gas_init_domain().

Reviewed by:	kib
Sponsored by:	Innovate DSbD
Differential Revision:	https://reviews.freebsd.org/D27235
2020-11-16 15:37:09 +00:00
..
busdma_iommu.c Add a per-each macro IOMMU_DOMAIN_UNLOAD_SLEEP which allows to sleep 2020-10-14 14:51:11 +00:00
busdma_iommu.h Split-out Guest Address Space (GAS) macroses to a separate header. 2020-10-15 13:47:52 +00:00
iommu_gas.c Fix a bug in assertion: entry flags also includes IOMMU_MAP_ENTRY_UNMAPPED. 2020-11-16 15:37:09 +00:00
iommu_gas.h Split-out Guest Address Space (GAS) macroses to a separate header. 2020-10-15 13:47:52 +00:00
iommu_msi.h o Add iommu de-initialization method for MSI interface. 2020-10-24 20:09:27 +00:00
iommu_types.h Split-out iommu type definitions to a separate header. 2020-10-14 21:22:23 +00:00
iommu.h Add device_t member to struct iommu. 2020-11-16 15:29:52 +00:00