Home
last modified time | relevance | path

Searched defs:pml4 (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-4.19/drivers/gpu/drm/i915/
Di915_gem_gtt.c848 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() local
1497 struct i915_pml4 *pml4 = &ppgtt->pml4; in gen8_ppgtt_alloc_4lvl() local
1594 struct i915_pml4 *pml4 = &ppgtt->pml4; in gen8_dump_ppgtt() local
Di915_gem_gtt.h415 struct i915_pml4 pml4; /* GEN8+ & 48b PPGTT */ member
540 #define gen8_for_each_pml4e(pdp, pml4, start, length, iter) \ argument