smmu_ctx
struct smmu_ctx *ctx)
struct smmu_ctx *ctx;
ctx = malloc(sizeof(struct smmu_ctx), M_SMMU, M_WAITOK | M_ZERO);
struct smmu_ctx *ctx;
ctx = (struct smmu_ctx *)ioctx;
struct smmu_ctx *ctx;
ctx = (struct smmu_ctx *)ioctx;
struct smmu_ctx *
struct smmu_ctx *ctx;
struct smmu_ctx *ctx;
struct smmu_ctx *ctx;
ctx = (struct smmu_ctx *)ioctx;
struct smmu_ctx *ctx;
struct smmu_ctx *smmu_ctx_lookup_by_sid(device_t dev, u_int sid);
LIST_HEAD(, smmu_ctx) ctx_list;
LIST_ENTRY(smmu_ctx) next;