Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/iommu/
H A Diommu.c2343 unsigned int pgsize_idx; in iommu_pgsize() local
2347 pgsize_idx = __fls(size); in iommu_pgsize()
2353 pgsize_idx = min(pgsize_idx, align_pgsize_idx); in iommu_pgsize()
2357 pgsize = (1UL << (pgsize_idx + 1)) - 1; in iommu_pgsize()
2366 pgsize_idx = __fls(pgsize); in iommu_pgsize()
2367 pgsize = 1UL << pgsize_idx; in iommu_pgsize()
/kernel/linux/linux-6.6/drivers/iommu/
H A Diommu.c2370 unsigned int pgsize_idx, pgsize_idx_next; in iommu_pgsize() local
2386 pgsize_idx = __fls(pgsizes); in iommu_pgsize()
2387 pgsize = BIT(pgsize_idx); in iommu_pgsize()
2392 pgsizes = domain->pgsize_bitmap & ~GENMASK(pgsize_idx, 0); in iommu_pgsize()
2417 *count = size >> pgsize_idx; in iommu_pgsize()

Completed in 10 milliseconds