Searched refs:pgsize_idx (Results 1 – 1 of 1) sorted by relevance
2401 unsigned int pgsize_idx, pgsize_idx_next; in iommu_pgsize() local2417 pgsize_idx = __fls(pgsizes); in iommu_pgsize()2418 pgsize = BIT(pgsize_idx); in iommu_pgsize()2423 pgsizes = domain->pgsize_bitmap & ~GENMASK(pgsize_idx, 0); in iommu_pgsize()2448 *count = size >> pgsize_idx; in iommu_pgsize()