Lines Matching refs:pages
172 pVmArea->pages = NULL; /* paranoia? */
190 * Map the pages.
192 * Not entirely sure we really need to set nr_pages and pages here, but
200 pVmArea->pages = papPages;
336 struct page **papPages = pHdrEx->pVmArea->pages;
353 * Compute order. Some functions allocate 2^order pages.
356 * @param cPages Number of pages.
414 * Reserve the pages and mark them executable.
464 /* calc order and get pages */
471 * Restore page attributes freeing the pages.