Searched refs:cbndx (Results 1 – 4 of 4) sorted by relevance
| /drivers/iommu/arm/arm-smmu/ |
| A D | arm-smmu-qcom.c | 117 u32 mask = BIT(cfg->cbndx); in qcom_adreno_smmu_set_stall() 168 arm_smmu_cb_write(smmu, cfg->cbndx, ARM_SMMU_CB_ACTLR, reg); in qcom_adreno_smmu_set_prr_bit() 320 int cbndx = smmu_domain->cfg.cbndx; in qcom_adreno_smmu_init_context() local 328 qcom_smmu_set_actlr_dev(dev, smmu, cbndx, client_match); in qcom_adreno_smmu_init_context() 398 int cbndx = smmu_domain->cfg.cbndx; in qcom_smmu_init_context() local 405 qcom_smmu_set_actlr_dev(dev, smmu, cbndx, client_match); in qcom_smmu_init_context() 481 smmu->s2crs[i].cbndx = 0xff; in qcom_smmu_cfg_probe() 505 u32 cbndx = s2cr->cbndx; in qcom_smmu_write_s2cr() local 518 cbndx = qsmmu->bypass_cbndx; in qcom_smmu_write_s2cr() 526 cbndx = 0xff; in qcom_smmu_write_s2cr() [all …]
|
| A D | arm-smmu.c | 287 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() 794 cfg->cbndx = ret; in arm_smmu_init_domain_context() 799 cfg->irptndx = cfg->cbndx; in arm_smmu_init_domain_context() 803 cfg->vmid = cfg->cbndx + 1; in arm_smmu_init_domain_context() 805 cfg->asid = cfg->cbndx; in arm_smmu_init_domain_context() 905 smmu->cbs[cfg->cbndx].cfg = NULL; in arm_smmu_destroy_domain_context() 1158 if (type == s2cr[idx].type && cbndx == s2cr[idx].cbndx) in arm_smmu_master_install_s2crs() 1163 s2cr[idx].cbndx = cbndx; in arm_smmu_master_install_s2crs() [all …]
|
| A D | arm-smmu-qcom-debug.c | 130 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()
|
| A D | arm-smmu.h | 279 u8 cbndx; member 353 u8 cbndx; member
|
Completed in 15 milliseconds