Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/msm/
Dmsm_iommu.c38 unsigned int pgsize_idx, pgsize_idx_next; in calc_pgsize() local
54 pgsize_idx = __fls(pgsizes); in calc_pgsize()
55 pgsize = BIT(pgsize_idx); in calc_pgsize()
60 pgsizes = pagetable->pgsize_bitmap & ~GENMASK(pgsize_idx, 0); in calc_pgsize()
85 *count = size >> pgsize_idx; in calc_pgsize()
/linux-6.1.9/drivers/iommu/
Diommu.c2177 unsigned int pgsize_idx, pgsize_idx_next; in iommu_pgsize() local
2193 pgsize_idx = __fls(pgsizes); in iommu_pgsize()
2194 pgsize = BIT(pgsize_idx); in iommu_pgsize()
2199 pgsizes = domain->pgsize_bitmap & ~GENMASK(pgsize_idx, 0); in iommu_pgsize()
2224 *count = size >> pgsize_idx; in iommu_pgsize()