Searched refs:last_pte (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_gem_gtt.c93 unsigned last_pte, i; local
100 last_pte = first_pte + num_entries;
101 if (last_pte > I915_PPGTT_PT_ENTRIES)
102 last_pte = I915_PPGTT_PT_ENTRIES;
108 for (i = first_pte; i < last_pte; i++)
114 num_entries -= last_pte - first_pte;
247 unsigned j, last_pte; local
252 last_pte = first_pte + num_entries;
253 if (last_pte > I915_PPGTT_PT_ENTRIES)
254 last_pte
[all...]
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_gart.c1030 uint64_t last_pte = ~0, last_dst = ~0; local
1051 if ((last_pte + 8 * count) != pte) {
1054 radeon_asic_vm_set_page(rdev, last_pte,
1061 last_pte = pte;
1072 radeon_asic_vm_set_page(rdev, last_pte, last_dst, count,
/freebsd-11-stable/sys/dev/firewire/
H A Dsbp_targ.c226 struct unrestricted_page_table_fmt *last_pte; member in struct:orb_info
1067 for (offset = 0, len = 0; (res != 0) && (orbi->cur_pte < orbi->last_pte); offset += len) {
1136 orbi->last_pte = orbi->page_table + orbi->orb4.data_size;

Completed in 98 milliseconds