Lines Matching defs:pages
239 unsigned long pages;
249 pages = (request->size + PAGE_SIZE - 1) / PAGE_SIZE;
251 alloc.agpa_pgcount = (uint32_t) pages;
263 entry->pages = (int) pages;
494 void *drm_agp_allocate_memory(size_t pages, uint32_t type, struct drm_device *dev)
545 * Binds a collection of pages into AGP memory at the given offset, returning
548 * No reference is held on the pages during this time -- it is up to the
553 pfn_t *pages,
563 bind.agp_phyaddr = pages;
577 pfn_t *pages,
589 unbind.agp_phyaddr = pages;