Searched refs:IOMMU_CTX_DISABLED (Results 1 – 4 of 4) sorted by relevance
141 #define IOMMU_CTX_DISABLED 0x0002 /* Device is disabled, the macro
278 if ((ctx->flags & IOMMU_CTX_DISABLED) == 0) { in iommu_instantiate_ctx()279 ctx->flags |= IOMMU_CTX_DISABLED; in iommu_instantiate_ctx()303 if (ctx != NULL && (ctx->flags & IOMMU_CTX_DISABLED) != 0) in iommu_get_dev_ctx()
752 KASSERT((ctx->context.flags & IOMMU_CTX_DISABLED) == 0, in dmar_free_ctx_locked()779 KASSERT((ctx->context.flags & IOMMU_CTX_DISABLED) == 0, in dmar_free_ctx_locked()
374 KASSERT((ctx->context.flags & IOMMU_CTX_DISABLED) == 0, in amdiommu_free_ctx_locked()