freebsd-dev/sys/x86/iommu
Ruslan Bukin 08e99af305 o Move iommu_test_boundary() to sys/iommu.h
o Rename DMAR -> IOMMU in comments
o Add IOMMU_PAGE_SIZE / IOMMU_PAGE_MASK macroses
o x86 only: dmar_quirks_pre_use() / dmar_instantiate_rmrr_ctxs()

Reviewed by:	kib
Sponsored by:	DARPA/AFRL
Differential Revision:	https://reviews.freebsd.org/D25665
2020-07-18 13:10:31 +00:00
..
busdma_dmar.c o Move iommu_test_boundary() to sys/iommu.h 2020-07-18 13:10:31 +00:00
busdma_dmar.h Start splitting-out the Intel DMAR busdma backend to a generic place, 2020-07-14 10:55:19 +00:00
intel_ctx.c Start splitting-out the Intel DMAR busdma backend to a generic place, 2020-07-14 10:55:19 +00:00
intel_dmar.h o Move iommu_test_boundary() to sys/iommu.h 2020-07-18 13:10:31 +00:00
intel_drv.c o Move iommu_test_boundary() to sys/iommu.h 2020-07-18 13:10:31 +00:00
intel_fault.c Start splitting-out the Intel DMAR busdma backend to a generic place, 2020-07-14 10:55:19 +00:00
intel_gas.c o Move iommu_test_boundary() to sys/iommu.h 2020-07-18 13:10:31 +00:00
intel_idpgtbl.c Start splitting-out the Intel DMAR busdma backend to a generic place, 2020-07-14 10:55:19 +00:00
intel_intrmap.c Start splitting-out the Intel DMAR busdma backend to a generic place, 2020-07-14 10:55:19 +00:00
intel_qi.c Start splitting-out the Intel DMAR busdma backend to a generic place, 2020-07-14 10:55:19 +00:00
intel_quirks.c Start splitting-out the Intel DMAR busdma backend to a generic place, 2020-07-14 10:55:19 +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 Start splitting-out the Intel DMAR busdma backend to a generic place, 2020-07-14 10:55:19 +00:00
iommu_intrmap.h