Lines Matching defs:pg_start
212 static int i810_insert_dcache_entries(struct agp_memory *mem, off_t pg_start,
217 if ((pg_start + mem->page_count)
224 for (i = pg_start; i < (pg_start + mem->page_count); i++) {
858 unsigned int pg_start,
865 j = pg_start;
900 off_t pg_start, int type)
912 return i810_insert_dcache_entries(mem, pg_start, type);
917 if (pg_start + mem->page_count > intel_private.gtt_total_entries)
936 intel_gtt_insert_sg_entries(&st, pg_start, type);
940 intel_gtt_insert_pages(pg_start, mem->page_count, mem->pages,
965 off_t pg_start, int type)
970 intel_gtt_clear_range(pg_start, mem->page_count);