Searched refs:i915_pte_index (Results 1 – 1 of 1) sorted by relevance
352 static inline uint32_t i915_pte_index(uint64_t address, uint32_t pde_shift) in i915_pte_index() function375 return NUM_PTE(pde_shift) - i915_pte_index(addr, pde_shift); in i915_pte_count()377 return i915_pte_index(end, pde_shift) - i915_pte_index(addr, pde_shift); in i915_pte_count()387 return i915_pte_index(addr, GEN6_PDE_SHIFT); in gen6_pte_index()