Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/iommu/
Dqcom_iommu.c50 struct qcom_iommu_ctx;
61 struct qcom_iommu_ctx *ctxs[0]; /* indexed by asid-1 */
64 struct qcom_iommu_ctx { struct
94 static struct qcom_iommu_ctx * to_ctx(struct iommu_fwspec *fwspec, unsigned asid) in to_ctx()
103 iommu_writel(struct qcom_iommu_ctx *ctx, unsigned reg, u32 val) in iommu_writel()
109 iommu_writeq(struct qcom_iommu_ctx *ctx, unsigned reg, u64 val) in iommu_writeq()
115 iommu_readl(struct qcom_iommu_ctx *ctx, unsigned reg) in iommu_readl()
121 iommu_readq(struct qcom_iommu_ctx *ctx, unsigned reg) in iommu_readq()
132 struct qcom_iommu_ctx *ctx = to_ctx(fwspec, fwspec->ids[i]); in qcom_iommu_tlb_sync()
150 struct qcom_iommu_ctx *ctx = to_ctx(fwspec, fwspec->ids[i]); in qcom_iommu_tlb_inv_context()
[all …]