Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/regs/
H A Dxe_gtt_defs.h34 #define XE_PAGE_PRESENT BIT_ULL(0) macro
/linux/drivers/gpu/drm/xe/
H A Dxe_ggtt.c72 pte |= XE_PAGE_PRESENT; in xelp_ggtt_pte_encode_bo()
738 return FIELD_PREP(GGTT_PTE_VFID, vfid) | XE_PAGE_PRESENT; in xe_encode_vfid_pte()
H A Dxe_vm.c1255 pde |= XE_PAGE_PRESENT | XE_PAGE_RW; in xelp_pde_encode_bo()
1267 pte |= XE_PAGE_PRESENT | XE_PAGE_RW; in xelp_pte_encode_bo()
1280 pte |= XE_PAGE_PRESENT; in xelp_pte_encode_vma()
1304 pte |= XE_PAGE_PRESENT | XE_PAGE_RW; in xelp_pte_encode_addr()