Searched refs:NUM_PTE (Results 1 – 1 of 1) sorted by relevance
84 #define NUM_PTE(pde_shift) (1 << (pde_shift - PAGE_SHIFT)) macro506 const u32 mask = NUM_PTE(pde_shift) - 1; in i915_pte_index()527 return NUM_PTE(pde_shift) - i915_pte_index(addr, pde_shift); in i915_pte_count()
Completed in 5 milliseconds