Searched refs:qcom_iommu_ctx (Results 1 – 1 of 1) sorted by relevance
44 struct qcom_iommu_ctx;54 struct qcom_iommu_ctx *ctxs[]; /* indexed by asid */57 struct qcom_iommu_ctx { struct82 static struct qcom_iommu_ctx * to_ctx(struct qcom_iommu_domain *d, unsigned asid) in to_ctx() argument91 iommu_writel(struct qcom_iommu_ctx *ctx, unsigned reg, u32 val) in iommu_writel()97 iommu_writeq(struct qcom_iommu_ctx *ctx, unsigned reg, u64 val) in iommu_writeq()103 iommu_readl(struct qcom_iommu_ctx *ctx, unsigned reg) in iommu_readl()109 iommu_readq(struct qcom_iommu_ctx *ctx, unsigned reg) in iommu_readq()121 struct qcom_iommu_ctx *ctx = to_ctx(qcom_domain, fwspec->ids[i]); in qcom_iommu_tlb_sync()140 struct qcom_iommu_ctx *ctx = to_ctx(qcom_domain, fwspec->ids[i]); in qcom_iommu_tlb_inv_context()[all …]