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

/linux-master/drivers/iommu/arm/arm-smmu/
H A Dqcom_iommu.c44 struct qcom_iommu_ctx;
54 struct qcom_iommu_ctx *ctxs[]; /* indexed by asid */
57 struct qcom_iommu_ctx { struct
82 static struct qcom_iommu_ctx * to_ctx(struct qcom_iommu_domain *d, unsigned asid)
91 iommu_writel(struct qcom_iommu_ctx *ctx, unsigned reg, u32 val)
97 iommu_writeq(struct qcom_iommu_ctx *ctx, unsigned reg, u64 val)
103 iommu_readl(struct qcom_iommu_ctx *ctx, unsigned reg)
109 iommu_readq(struct qcom_iommu_ctx *ctx, unsigned reg)
121 struct qcom_iommu_ctx *ctx = to_ctx(qcom_domain, fwspec->ids[i]);
140 struct qcom_iommu_ctx *ct
[all...]

Completed in 113 milliseconds