Home
last modified time | relevance | path

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

/drivers/gpu/drm/msm/
A Dmsm_iommu.c48 unsigned int pgsize_idx, pgsize_idx_next; in calc_pgsize() local
64 pgsize_idx = __fls(pgsizes); in calc_pgsize()
65 pgsize = BIT(pgsize_idx); in calc_pgsize()
70 pgsizes = pagetable->pgsize_bitmap & ~GENMASK(pgsize_idx, 0); in calc_pgsize()
95 *count = size >> pgsize_idx; in calc_pgsize()
/drivers/iommu/
A Diommu.c2406 unsigned int pgsize_idx, pgsize_idx_next; in iommu_pgsize() local
2423 pgsize_idx = __fls(pgsizes); in iommu_pgsize()
2424 pgsize = BIT(pgsize_idx); in iommu_pgsize()
2429 pgsizes = domain->pgsize_bitmap & ~GENMASK(pgsize_idx, 0); in iommu_pgsize()
2455 *count = size >> pgsize_idx; in iommu_pgsize()

Completed in 15 milliseconds