cbndx              80 drivers/iommu/arm-smmu.c 	u8				cbndx;
cbndx             278 drivers/iommu/arm-smmu.c 	__arm_smmu_tlb_sync(smmu, ARM_SMMU_CB(smmu, smmu_domain->cfg.cbndx),
cbndx             298 drivers/iommu/arm-smmu.c 	arm_smmu_cb_write(smmu_domain->smmu, smmu_domain->cfg.cbndx,
cbndx             320 drivers/iommu/arm-smmu.c 	int reg, idx = cfg->cbndx;
cbndx             349 drivers/iommu/arm-smmu.c 	int reg, idx = smmu_domain->cfg.cbndx;
cbndx             453 drivers/iommu/arm-smmu.c 	int idx = smmu_domain->cfg.cbndx;
cbndx             498 drivers/iommu/arm-smmu.c 	struct arm_smmu_cb *cb = &smmu_domain->smmu->cbs[cfg->cbndx];
cbndx             748 drivers/iommu/arm-smmu.c 	cfg->cbndx = ret;
cbndx             753 drivers/iommu/arm-smmu.c 		cfg->irptndx = cfg->cbndx;
cbndx             757 drivers/iommu/arm-smmu.c 		cfg->vmid = cfg->cbndx + 1;
cbndx             759 drivers/iommu/arm-smmu.c 		cfg->asid = cfg->cbndx;
cbndx             793 drivers/iommu/arm-smmu.c 	arm_smmu_write_context_bank(smmu, cfg->cbndx);
cbndx             815 drivers/iommu/arm-smmu.c 	__arm_smmu_free_bitmap(smmu->context_map, cfg->cbndx);
cbndx             840 drivers/iommu/arm-smmu.c 	smmu->cbs[cfg->cbndx].cfg = NULL;
cbndx             841 drivers/iommu/arm-smmu.c 	arm_smmu_write_context_bank(smmu, cfg->cbndx);
cbndx             849 drivers/iommu/arm-smmu.c 	__arm_smmu_free_bitmap(smmu->context_map, cfg->cbndx);
cbndx             910 drivers/iommu/arm-smmu.c 		  FIELD_PREP(S2CR_CBNDX, s2cr->cbndx) |
cbndx            1088 drivers/iommu/arm-smmu.c 	u8 cbndx = smmu_domain->cfg.cbndx;
cbndx            1098 drivers/iommu/arm-smmu.c 		if (type == s2cr[idx].type && cbndx == s2cr[idx].cbndx)
cbndx            1103 drivers/iommu/arm-smmu.c 		s2cr[idx].cbndx = cbndx;
cbndx            1233 drivers/iommu/arm-smmu.c 	int ret, idx = cfg->cbndx;
cbndx             289 drivers/iommu/arm-smmu.h 	u8				cbndx;