i915_pte_index
return i915_pte_index(addr, GEN6_PDE_SHIFT);
return NUM_PTE(pde_shift) - i915_pte_index(addr, pde_shift);
return i915_pte_index(end, pde_shift) - i915_pte_index(addr, pde_shift);