Home
last modified time | relevance | path

Searched refs:NUM_PTE (Results 1 – 1 of 1) sorted by relevance

/drivers/gpu/drm/i915/
Di915_gem_gtt.h60 #define NUM_PTE(pde_shift) (1 << (pde_shift - PAGE_SHIFT)) macro
414 const uint32_t mask = NUM_PTE(pde_shift) - 1; in i915_pte_index()
435 return NUM_PTE(pde_shift) - i915_pte_index(addr, pde_shift); in i915_pte_count()