Searched defs:pml4 (Results 1 – 2 of 2) sorted by relevance
848 struct i915_pml4 *pml4) in gen8_initialize_pml4()978 static void gen8_ppgtt_set_pml4e(struct i915_pml4 *pml4, in gen8_ppgtt_set_pml4e()999 struct i915_pml4 *pml4 = &ppgtt->pml4; in gen8_ppgtt_clear_4lvl() local1497 struct i915_pml4 *pml4 = &ppgtt->pml4; in gen8_ppgtt_alloc_4lvl() local1594 struct i915_pml4 *pml4 = &ppgtt->pml4; in gen8_dump_ppgtt() local
415 struct i915_pml4 pml4; /* GEN8+ & 48b PPGTT */ member540 #define gen8_for_each_pml4e(pdp, pml4, start, length, iter) \ argument