Searched refs:pgsize_idx (Results 1 – 1 of 1) sorted by relevance
2350 unsigned int pgsize_idx, pgsize_idx_next; in iommu_pgsize() local2366 pgsize_idx = __fls(pgsizes); in iommu_pgsize()2367 pgsize = BIT(pgsize_idx); in iommu_pgsize()2373 pgsizes = domain->pgsize_bitmap & ~GENMASK(pgsize_idx, 0); in iommu_pgsize()2398 *count = size >> pgsize_idx; in iommu_pgsize()