Lines Matching refs:pgsize
50 size_t offset, pgsize, pgsize_next;
65 pgsize = BIT(pgsize_idx);
67 return pgsize;
96 return pgsize;
107 size_t pgsize, count;
110 pgsize = calc_pgsize(pagetable, iova, iova, size, &count);
112 unmapped = ops->unmap_pages(ops, iova, pgsize, count, NULL);
193 size_t pgsize, count, mapped = 0;
196 pgsize = calc_pgsize(pagetable, addr, phys, size, &count);
198 ret = ops->map_pages(ops, addr, phys, pgsize, count,