opnsense-src/sys/dev/iommu
Mark Johnston 96ad26eefb Remove free_domain() and uma_zfree_domain().
These functions were introduced before UMA started ensuring that freed
memory gets placed in domain-local caches.  They no longer serve any
purpose since UMA now provides their functionality by default.  Remove
them to simplyify the kernel memory allocator interfaces a bit.

Reviewed by:	cem, kib
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D25937
2020-08-04 13:58:36 +00:00
..
busdma_iommu.c Remove free_domain() and uma_zfree_domain(). 2020-08-04 13:58:36 +00:00
busdma_iommu.h
iommu.h Add iommu_domain_map_ops virtual table with map/unmap methods 2020-07-31 23:02:17 +00:00
iommu_gas.c Add iommu_domain_map_ops virtual table with map/unmap methods 2020-07-31 23:02:17 +00:00