Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_pt.c51 static struct xe_pt *xe_pt_entry(struct xe_pt_dir *pt_dir, unsigned int index) in xe_pt_entry() argument
53 return container_of(pt_dir->children[index], struct xe_pt, base); in xe_pt_entry()
205 struct xe_pt_dir *pt_dir = as_xe_pt_dir(pt); in xe_pt_destroy() local
208 if (xe_pt_entry(pt_dir, i)) in xe_pt_destroy()
209 xe_pt_destroy(xe_pt_entry(pt_dir, i), flags, in xe_pt_destroy()
919 struct xe_pt_dir *pt_dir; in xe_pt_abort_bind() local
927 pt_dir = as_xe_pt_dir(pt); in xe_pt_abort_bind()
930 struct xe_pt *newpte = xe_pt_entry(pt_dir, j_); in xe_pt_abort_bind()
933 pt_dir->children[j_] = oldpte ? &oldpte->base : 0; in xe_pt_abort_bind()
949 struct xe_pt_dir *pt_dir; in xe_pt_commit_prepare_bind() local
[all …]
/linux/arch/s390/mm/
H A Dpageattr.c125 pte_t *pt_dir, *ptep; in split_pmd_page() local
129 pt_dir = vmem_pte_alloc(); in split_pmd_page()
130 if (!pt_dir) in split_pmd_page()
138 ptep = pt_dir; in split_pmd_page()
144 new = __pmd(__pa(pt_dir) | _SEGMENT_ENTRY); in split_pmd_page()