Searched refs:pgsize_idx_next (Results 1 – 2 of 2) sorted by relevance
50 unsigned int pgsize_idx, pgsize_idx_next; in calc_pgsize() local76 pgsize_idx_next = __ffs(pgsizes); in calc_pgsize()77 pgsize_next = BIT(pgsize_idx_next); in calc_pgsize()
2522 unsigned int pgsize_idx, pgsize_idx_next; in iommu_pgsize() local2549 pgsize_idx_next = __ffs(pgsizes); in iommu_pgsize()2550 pgsize_next = BIT(pgsize_idx_next); in iommu_pgsize()