Searched refs:smmu_ctx (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/arm64/iommu/
H A Dsmmuvar.h54 LIST_HEAD(, smmu_ctx) ctx_list;
62 struct smmu_ctx { struct
65 LIST_ENTRY(smmu_ctx) next;
184 struct smmu_ctx *smmu_ctx_lookup_by_sid(device_t dev, u_int sid);
H A Dsmmu_quirks.c71 struct smmu_ctx *ctx;
H A Dsmmu.c1743 struct smmu_ctx *ctx)
1762 struct smmu_ctx *ctx;
1783 ctx = malloc(sizeof(struct smmu_ctx), M_SMMU, M_WAITOK | M_ZERO);
1815 struct smmu_ctx *ctx;
1820 ctx = (struct smmu_ctx *)ioctx;
1829 struct smmu_ctx *
1835 struct smmu_ctx *ctx;
1858 struct smmu_ctx *ctx;

Completed in 86 milliseconds