Home
last modified time | relevance | path

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

/linux-6.15/drivers/iommu/arm/arm-smmu/
H A Darm-smmu-qcom.c118 qsmmu->stall_enabled |= BIT(cfg->cbndx); in qcom_adreno_smmu_set_stall()
120 qsmmu->stall_enabled &= ~BIT(cfg->cbndx); in qcom_adreno_smmu_set_stall()
306 int cbndx = smmu_domain->cfg.cbndx; in qcom_adreno_smmu_init_context() local
314 qcom_smmu_set_actlr_dev(dev, smmu, cbndx, client_match); in qcom_adreno_smmu_init_context()
382 int cbndx = smmu_domain->cfg.cbndx; in qcom_smmu_init_context() local
389 qcom_smmu_set_actlr_dev(dev, smmu, cbndx, client_match); in qcom_smmu_init_context()
465 smmu->s2crs[i].cbndx = 0xff; in qcom_smmu_cfg_probe()
489 u32 cbndx = s2cr->cbndx; in qcom_smmu_write_s2cr() local
502 cbndx = qsmmu->bypass_cbndx; in qcom_smmu_write_s2cr()
510 cbndx = 0xff; in qcom_smmu_write_s2cr()
[all …]
H A Darm-smmu.c287 int idx = cfg->cbndx; in arm_smmu_tlb_inv_range_s1()
314 int idx = smmu_domain->cfg.cbndx; in arm_smmu_tlb_inv_range_s2()
462 int idx = smmu_domain->cfg.cbndx; in arm_smmu_context_fault()
788 cfg->cbndx = ret; in arm_smmu_init_domain_context()
793 cfg->irptndx = cfg->cbndx; in arm_smmu_init_domain_context()
797 cfg->vmid = cfg->cbndx + 1; in arm_smmu_init_domain_context()
799 cfg->asid = cfg->cbndx; in arm_smmu_init_domain_context()
899 smmu->cbs[cfg->cbndx].cfg = NULL; in arm_smmu_destroy_domain_context()
1149 if (type == s2cr[idx].type && cbndx == s2cr[idx].cbndx) in arm_smmu_master_install_s2crs()
1154 s2cr[idx].cbndx = cbndx; in arm_smmu_master_install_s2crs()
[all …]
H A Darm-smmu-qcom-debug.c130 int ret = 0, idx = smmu_domain->cfg.cbndx; in qcom_tbu_halt()
268 int idx = smmu_domain->cfg.cbndx; in qcom_iova_to_phys()
351 int idx = smmu_domain->cfg.cbndx; in qcom_smmu_iova_to_phys_hard()
388 int idx = smmu_domain->cfg.cbndx; in qcom_smmu_context_fault()
H A Darm-smmu.h279 u8 cbndx; member
353 u8 cbndx; member