Home
last modified time | relevance | path

Searched refs:iommu_mtx (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/arm64/iommu/
H A Diommu.c64 #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; variable
394 mtx_init(&iommu_mtx, "IOMMU", NULL, MTX_DEF); in iommu_init()