Lines Matching defs:page
8 * a single level of page tables for the V3D's 4GB address space to
12 * Because the 4MB of contiguous memory for page tables is precious,
91 u32 page = bo->node.start;
104 v3d->pt[page++] = pte + i;
107 WARN_ON_ONCE(page - bo->node.start !=
118 u32 page;
120 for (page = bo->node.start; page < bo->node.start + npages; page++)
121 v3d->pt[page] = 0;