Searched refs:pml4e (Results 1 – 2 of 2) sorted by relevance
/drivers/gpu/drm/i915/ |
D | i915_gem_gtt.c | 773 uint64_t templ4, pml4e; in gen8_ppgtt_clear_range() local 776 gen8_for_each_pml4e(pdp, &ppgtt->pml4, start, length, templ4, pml4e) { in gen8_ppgtt_clear_range() 843 uint64_t templ4, pml4e; in gen8_ppgtt_insert_entries() local 846 gen8_for_each_pml4e(pdp, &ppgtt->pml4, start, length, templ4, pml4e) { in gen8_ppgtt_insert_entries() 1144 uint32_t pml4e; in gen8_ppgtt_alloc_page_dirpointers() local 1148 gen8_for_each_pml4e(pdp, pml4, start, length, temp, pml4e) { in gen8_ppgtt_alloc_page_dirpointers() 1149 if (!test_bit(pml4e, pml4->used_pml4es)) { in gen8_ppgtt_alloc_page_dirpointers() 1155 pml4->pdps[pml4e] = pdp; in gen8_ppgtt_alloc_page_dirpointers() 1156 __set_bit(pml4e, new_pdps); in gen8_ppgtt_alloc_page_dirpointers() 1158 pml4e, in gen8_ppgtt_alloc_page_dirpointers() [all …]
|
D | i915_trace.h | 245 TP_PROTO(struct i915_address_space *vm, u32 pml4e, u64 start, u64 pml4e_shift), 246 TP_ARGS(vm, pml4e, start, pml4e_shift),
|