Searched refs:templ4 (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | i915_gem_gtt.c | 767 uint64_t templ4, pml4e; in gen8_ppgtt_clear_range() local 770 gen8_for_each_pml4e(pdp, &ppgtt->pml4, start, length, templ4, pml4e) { in gen8_ppgtt_clear_range() 836 uint64_t templ4, pml4e; in gen8_ppgtt_insert_entries() local 839 gen8_for_each_pml4e(pdp, &ppgtt->pml4, start, length, templ4, pml4e) { in gen8_ppgtt_insert_entries() 1455 uint64_t templ4, pml4e; in gen8_dump_ppgtt() local 1459 gen8_for_each_pml4e(pdp, pml4, start, length, templ4, pml4e) { in gen8_dump_ppgtt()
|