Lines Matching refs:pages
97 static int intel_gtt_map_memory(struct page **pages, in intel_gtt_map_memory() argument
110 sg_set_page(sg, pages[i], PAGE_SIZE, 0); in intel_gtt_map_memory()
261 new->pages[0] = page; in alloc_agpphysmem_i8xx()
264 new->pages[1] = new->pages[0] + 1; in alloc_agpphysmem_i8xx()
265 new->pages[2] = new->pages[1] + 1; in alloc_agpphysmem_i8xx()
266 new->pages[3] = new->pages[2] + 1; in alloc_agpphysmem_i8xx()
271 new->physical = page_to_phys(new->pages[0]); in alloc_agpphysmem_i8xx()
280 i8xx_destroy_pages(curr->pages[0]); in intel_i810_free_by_type()
282 agp_bridge->driver->agp_destroy_page(curr->pages[0], in intel_i810_free_by_type()
284 agp_bridge->driver->agp_destroy_page(curr->pages[0], in intel_i810_free_by_type()
868 struct page **pages, in intel_gtt_insert_pages() argument
874 dma_addr_t addr = page_to_phys(pages[i]); in intel_gtt_insert_pages()
914 ret = intel_gtt_map_memory(mem->pages, mem->page_count, &st); in intel_fake_agp_insert_entries()
922 intel_gtt_insert_pages(pg_start, mem->page_count, mem->pages, in intel_fake_agp_insert_entries()