SMMU_NUM_PDE      124 drivers/iommu/tegra-smmu.c #define SMMU_SIZE_PD (SMMU_NUM_PDE * 4)
SMMU_NUM_PDE      148 drivers/iommu/tegra-smmu.c 	return (iova >> SMMU_PDE_SHIFT) & (SMMU_NUM_PDE - 1);
SMMU_NUM_PDE      296 drivers/iommu/tegra-smmu.c 	as->count = kcalloc(SMMU_NUM_PDE, sizeof(u32), GFP_KERNEL);
SMMU_NUM_PDE      303 drivers/iommu/tegra-smmu.c 	as->pts = kcalloc(SMMU_NUM_PDE, sizeof(*as->pts), GFP_KERNEL);