Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/iommu/
Dtegra-smmu.c114 #define SMMU_NUM_PDE 1024 macro
117 #define SMMU_SIZE_PD (SMMU_NUM_PDE * 4)
143 return (iova >> SMMU_PDE_SHIFT) & (SMMU_NUM_PDE - 1); in iova_pd_index()
279 as->count = kcalloc(SMMU_NUM_PDE, sizeof(u32), GFP_KERNEL); in tegra_smmu_domain_alloc()
286 as->pts = kcalloc(SMMU_NUM_PDE, sizeof(*as->pts), GFP_KERNEL); in tegra_smmu_domain_alloc()