Home
last modified time | relevance | path

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

/linux/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.c1454 cd_table->l2.num_l1_ents = in arm_smmu_alloc_cd_tables()
1457 cd_table->l2.l2ptrs = kcalloc(cd_table->l2.num_l1_ents, in arm_smmu_alloc_cd_tables()
1463 l1size = cd_table->l2.num_l1_ents * sizeof(struct arm_smmu_cdtab_l1); in arm_smmu_alloc_cd_tables()
1487 for (i = 0; i < cd_table->l2.num_l1_ents; i++) { in arm_smmu_free_cd_tables()
1499 cd_table->l2.num_l1_ents * in arm_smmu_free_cd_tables()
3434 return arm_smmu_strtab_l1_idx(sid) < smmu->strtab_cfg.l2.num_l1_ents; in arm_smmu_sid_in_range()
3819 cfg->l2.num_l1_ents = min(last_sid_idx + 1, STRTAB_MAX_L1_ENTRIES); in arm_smmu_init_strtab_2lvl()
3820 if (cfg->l2.num_l1_ents <= last_sid_idx) in arm_smmu_init_strtab_2lvl()
3823 ilog2(cfg->l2.num_l1_ents * STRTAB_NUM_L2_STES), in arm_smmu_init_strtab_2lvl()
3826 l1size = cfg->l2.num_l1_ents * sizeof(struct arm_smmu_strtab_l1); in arm_smmu_init_strtab_2lvl()
[all …]
/linux/include/linux/irqchip/
H A Darm-gic-v5.h379 unsigned int num_l1_ents; member
/linux/drivers/irqchip/
H A Dirq-gic-v5-its.c144 unsigned int i, num_ents = its_dev->itt_cfg.l2.num_l1_ents; in gicv5_its_free_itt_two_level()
226 its_dev->itt_cfg.l2.num_l1_ents = num_ents; in gicv5_its_create_itt_two_level()