Home
last modified time | relevance | path

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

/freebsd/sys/dev/iommu/
H A Diommu.h141 #define IOMMU_CTX_DISABLED 0x0002 /* Device is disabled, the macro
H A Dbusdma_iommu.c278 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()
/freebsd/sys/x86/iommu/
H A Dintel_ctx.c752 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()
H A Damd_ctx.c374 KASSERT((ctx->context.flags & IOMMU_CTX_DISABLED) == 0, in amdiommu_free_ctx_locked()