Home
last modified time | relevance | path

Searched refs:SMMU_NUM_PTE (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/iommu/
H A Dtegra-smmu.c126 #define SMMU_NUM_PTE 1024 macro
129 #define SMMU_SIZE_PT (SMMU_NUM_PTE * 4)
162 return (iova >> SMMU_PTE_SHIFT) & (SMMU_NUM_PTE - 1); in iova_pt_index()
/kernel/linux/linux-6.6/drivers/iommu/
H A Dtegra-smmu.c127 #define SMMU_NUM_PTE 1024 macro
130 #define SMMU_SIZE_PT (SMMU_NUM_PTE * 4)
163 return (iova >> SMMU_PTE_SHIFT) & (SMMU_NUM_PTE - 1); in iova_pt_index()

Completed in 5 milliseconds