Lines Matching refs:pg_count
241 static struct agp_memory *alloc_agpphysmem_i8xx(size_t pg_count, int type)
246 switch (pg_count) {
260 new = agp_create_memory(pg_count);
265 if (pg_count == 4) {
271 new->page_count = pg_count;
272 new->num_scratch_pages = pg_count;
1013 static struct agp_memory *intel_fake_agp_alloc_by_type(size_t pg_count,
1019 if (pg_count != intel_private.num_dcache_entries)
1027 new->page_count = pg_count;
1033 return alloc_agpphysmem_i8xx(pg_count, type);