Lines Matching refs:pg_count
240 static struct agp_memory *alloc_agpphysmem_i8xx(size_t pg_count, int type)
245 switch (pg_count) {
259 new = agp_create_memory(pg_count);
264 if (pg_count == 4) {
270 new->page_count = pg_count;
271 new->num_scratch_pages = pg_count;
979 static struct agp_memory *intel_fake_agp_alloc_by_type(size_t pg_count,
985 if (pg_count != intel_private.num_dcache_entries)
993 new->page_count = pg_count;
999 return alloc_agpphysmem_i8xx(pg_count, type);