Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/iommu/
H A Diommu.h141 #define IOMMU_CTX_DISABLED 0x0002 /* Device is disabled, the macro
H A Dbusdma_iommu.c265 if ((ctx->flags & IOMMU_CTX_DISABLED) == 0) { in iommu_instantiate_ctx()
266 ctx->flags |= IOMMU_CTX_DISABLED; in iommu_instantiate_ctx()
/freebsd-14.2/sys/x86/iommu/
H A Dintel_ctx.c754 KASSERT((ctx->context.flags & IOMMU_CTX_DISABLED) == 0, in dmar_free_ctx_locked()
781 KASSERT((ctx->context.flags & IOMMU_CTX_DISABLED) == 0, in dmar_free_ctx_locked()