Searched refs:ioctx (Results 1 – 4 of 4) sorted by relevance
185 struct iommu_ctx *ioctx; in iommu_ctx_alloc() local190 if (ioctx == NULL) in iommu_ctx_alloc()200 return (ioctx); in iommu_ctx_alloc()213 if (ioctx) { in iommu_get_ctx()215 return (ioctx); in iommu_get_ctx()228 if (ioctx == NULL) { in iommu_get_ctx()236 tag->ctx = ioctx; in iommu_get_ctx()241 ioctx->domain = iodom; in iommu_get_ctx()243 return (ioctx); in iommu_get_ctx()253 tag = ioctx->tag; in iommu_free_ctx_locked()[all …]
63 struct iommu_ctx ioctx; member
124 struct iommu_ctx *ioctx;
1808 return (&ctx->ioctx); in smmu_ctx_alloc()1812 smmu_ctx_free(device_t dev, struct iommu_ctx *ioctx) in smmu_ctx_free() argument1817 IOMMU_ASSERT_LOCKED(ioctx->domain->iommu); in smmu_ctx_free()1820 ctx = (struct smmu_ctx *)ioctx; in smmu_ctx_free()1872 return (&ctx->ioctx); in smmu_ctx_lookup()