Searched refs:scratch_pages (Results 1 – 2 of 2) sorted by relevance
143 struct agp_memory *agp_create_memory(int scratch_pages) in agp_create_memory() argument158 agp_alloc_page_array(PAGE_SIZE * scratch_pages, new); in agp_create_memory()165 new->num_scratch_pages = scratch_pages; in agp_create_memory()237 int scratch_pages; in agp_allocate_memory() local264 scratch_pages = (page_count + ENTRIES_PER_PAGE - 1) / ENTRIES_PER_PAGE; in agp_allocate_memory()266 new = agp_create_memory(scratch_pages); in agp_allocate_memory()
196 struct agp_memory *agp_create_memory(int scratch_pages);