Searched refs:pgsize_idx (Results 1 – 1 of 1) sorted by relevance
59 unsigned int pgsize_idx, pgsize_idx_next; in calc_pgsize() local75 pgsize_idx = __fls(pgsizes); in calc_pgsize()76 pgsize = BIT(pgsize_idx); in calc_pgsize()81 pgsizes = pagetable->pgsize_bitmap & ~GENMASK(pgsize_idx, 0); in calc_pgsize()106 *count = size >> pgsize_idx; in calc_pgsize()