num_l1_ents 572 drivers/iommu/arm-smmu-v3.c unsigned int num_l1_ents; num_l1_ents 2519 drivers/iommu/arm-smmu-v3.c unsigned long limit = smmu->strtab_cfg.num_l1_ents; num_l1_ents 2851 drivers/iommu/arm-smmu-v3.c size_t size = sizeof(*cfg->l1_desc) * cfg->num_l1_ents; num_l1_ents 2860 drivers/iommu/arm-smmu-v3.c for (i = 0; i < cfg->num_l1_ents; ++i) { num_l1_ents 2878 drivers/iommu/arm-smmu-v3.c cfg->num_l1_ents = 1 << size; num_l1_ents 2886 drivers/iommu/arm-smmu-v3.c l1size = cfg->num_l1_ents * (STRTAB_L1_DESC_DWORDS << 3); num_l1_ents 2923 drivers/iommu/arm-smmu-v3.c cfg->num_l1_ents = 1 << smmu->sid_bits; num_l1_ents 2930 drivers/iommu/arm-smmu-v3.c arm_smmu_init_bypass_stes(strtab, cfg->num_l1_ents);