Home
last modified time | relevance | path

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

/drivers/iommu/
Diommu.c2363 unsigned int pgsize_idx, pgsize_idx_next; in iommu_pgsize() local
2379 pgsize_idx = __fls(pgsizes); in iommu_pgsize()
2380 pgsize = BIT(pgsize_idx); in iommu_pgsize()
2386 pgsizes = domain->pgsize_bitmap & ~GENMASK(pgsize_idx, 0); in iommu_pgsize()
2411 *count = size >> pgsize_idx; in iommu_pgsize()