Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/
H A Dmsm_iommu.c40 unsigned int pgsize_idx, pgsize_idx_next; in calc_pgsize() local
56 pgsize_idx = __fls(pgsizes); in calc_pgsize()
57 pgsize = BIT(pgsize_idx); in calc_pgsize()
62 pgsizes = pagetable->pgsize_bitmap & ~GENMASK(pgsize_idx, 0); in calc_pgsize()
87 *count = size >> pgsize_idx; in calc_pgsize()
/linux/drivers/iommu/
H A Diommu.c2364 unsigned int pgsize_idx, pgsize_idx_next; in iommu_pgsize() local
2380 pgsize_idx = __fls(pgsizes); in iommu_pgsize()
2381 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()