Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/iommu/
Diommu.c1828 unsigned int pgsize_idx; in iommu_pgsize() local
1832 pgsize_idx = __fls(size); in iommu_pgsize()
1838 pgsize_idx = min(pgsize_idx, align_pgsize_idx); in iommu_pgsize()
1842 pgsize = (1UL << (pgsize_idx + 1)) - 1; in iommu_pgsize()
1851 pgsize_idx = __fls(pgsize); in iommu_pgsize()
1852 pgsize = 1UL << pgsize_idx; in iommu_pgsize()