Searched refs:iommu_mtx (Results 1 – 1 of 1) sorted by relevance
64 #define IOMMU_LIST_LOCK() mtx_lock(&iommu_mtx)65 #define IOMMU_LIST_UNLOCK() mtx_unlock(&iommu_mtx)66 #define IOMMU_LIST_ASSERT_LOCKED() mtx_assert(&iommu_mtx, MA_OWNED)70 static struct mtx iommu_mtx; variable394 mtx_init(&iommu_mtx, "IOMMU", NULL, MTX_DEF); in iommu_init()