Lines Matching refs:first_entry
578 unsigned int first_entry = start / I915_GTT_PAGE_SIZE;
582 (gen8_pte_t __iomem *)ggtt->gsm + first_entry;
583 const int max_entries = ggtt_total_entries(ggtt) - first_entry;
588 first_entry, num_entries, max_entries))
599 unsigned int first_entry = start / I915_GTT_PAGE_SIZE;
602 const int max_entries = ggtt_total_entries(ggtt) - first_entry;
606 first_entry, num_entries, max_entries))
609 if (should_update_ggtt_with_bind(ggtt) && gen8_ggtt_bind_ptes(ggtt, first_entry,
759 unsigned int first_entry = start / I915_GTT_PAGE_SIZE;
762 (gen6_pte_t __iomem *)ggtt->gsm + first_entry;
763 const int max_entries = ggtt_total_entries(ggtt) - first_entry;
768 first_entry, num_entries, max_entries))