Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/i915/gt/
A Dintel_gtt.h84 #define NUM_PTE(pde_shift) (1 << (pde_shift - PAGE_SHIFT)) macro
506 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