freebsd-dev/sys/x86/iommu
Ruslan Bukin 1b0c9c21d9 o Move iommu_set_buswide_ctx, iommu_is_buswide_ctx to
the generic iommu busdma backend;
o Move bus_dma_iommu_set_buswide, bus_dma_iommu_load_ident
  prototypes to iommu.h.

Reviewed by:	kib
Sponsored by:	DARPA, AFRL
Differential Revision:	https://reviews.freebsd.org/D25866
2020-07-29 13:23:27 +00:00
..
intel_ctx.c o Move the buswide_ctxs bitmap to iommu_unit and rename related functions. 2020-07-28 16:08:14 +00:00
intel_dmar.h o Move iommu_set_buswide_ctx, iommu_is_buswide_ctx to 2020-07-29 13:23:27 +00:00
intel_drv.c o Move iommu_set_buswide_ctx, iommu_is_buswide_ctx to 2020-07-29 13:23:27 +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 Rename DMAR flags: 2020-07-26 12:29:22 +00:00
intel_intrmap.c Move the Intel DMAR busdma backend to a generic place so 2020-07-21 10:38:51 +00:00
intel_qi.c Move the Intel DMAR busdma backend to a generic place so 2020-07-21 10:38:51 +00:00
intel_quirks.c Move the Intel DMAR busdma backend to a generic place so 2020-07-21 10:38:51 +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 Rename DMAR flags: 2020-07-26 12:29:22 +00:00
iommu_intrmap.h