Home
last modified time | relevance | path

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

/linux/drivers/iommu/
H A Dtegra-smmu.c131 #define SMMU_NUM_PDE 1024 macro
134 #define SMMU_SIZE_PD (SMMU_NUM_PDE * 4)
162 u32 val[SMMU_NUM_PDE];
171 return (iova >> SMMU_PDE_SHIFT) & (SMMU_NUM_PDE - 1); in iova_pd_index()
304 as->count = kcalloc(SMMU_NUM_PDE, sizeof(u32), GFP_KERNEL); in tegra_smmu_domain_alloc_paging()
311 as->pts = kcalloc(SMMU_NUM_PDE, sizeof(*as->pts), GFP_KERNEL); in tegra_smmu_domain_alloc_paging()