Searched refs:scratch_pages (Results 1 – 2 of 2) sorted by relevance
126 struct agp_memory *agp_create_memory(int scratch_pages) in agp_create_memory() argument141 agp_alloc_page_array(PAGE_SIZE * scratch_pages, new); in agp_create_memory()148 new->num_scratch_pages = scratch_pages; in agp_create_memory()221 int scratch_pages; in agp_allocate_memory() local248 scratch_pages = (page_count + ENTRIES_PER_PAGE - 1) / ENTRIES_PER_PAGE; in agp_allocate_memory()250 new = agp_create_memory(scratch_pages); in agp_allocate_memory()
201 struct agp_memory *agp_create_memory(int scratch_pages);