Home
last modified time | relevance | path

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

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