Lines Matching refs:pg_count
239 static struct agp_memory *alloc_agpphysmem_i8xx(size_t pg_count, int type)
244 switch (pg_count) {
258 new = agp_create_memory(pg_count);
263 if (pg_count == 4) {
269 new->page_count = pg_count;
270 new->num_scratch_pages = pg_count;
981 static struct agp_memory *intel_fake_agp_alloc_by_type(size_t pg_count,
987 if (pg_count != intel_private.num_dcache_entries)
995 new->page_count = pg_count;
1001 return alloc_agpphysmem_i8xx(pg_count, type);