Home
last modified time | relevance | path

Searched refs:STRTAB_NUM_L2_STES (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.h222 #define STRTAB_NUM_L2_STES (1 << STRTAB_SPLIT) macro
224 struct arm_smmu_ste stes[STRTAB_NUM_L2_STES];
234 return sid / STRTAB_NUM_L2_STES; in arm_smmu_strtab_l1_idx()
239 return sid % STRTAB_NUM_L2_STES; in arm_smmu_strtab_l2_idx()
H A Darm-smmu-v3.c3807 ilog2(cfg->l2.num_l1_ents * STRTAB_NUM_L2_STES), in arm_smmu_init_strtab_2lvl()