Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
A Dxe_pt.c208 if (xe_pt_entry(pt_dir, i)) 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()
949 struct xe_pt_dir *pt_dir; in xe_pt_commit_prepare_bind() local
957 pt_dir = as_xe_pt_dir(pt); in xe_pt_commit_prepare_bind()
963 if (xe_pt_entry(pt_dir, j_)) in xe_pt_commit_prepare_bind()
1571 pt_dir->children[j] = in xe_pt_abort_unbind()
1589 struct xe_pt_dir *pt_dir; in xe_pt_commit_prepare_unbind() local
1595 pt_dir = as_xe_pt_dir(pt); in xe_pt_commit_prepare_unbind()
1598 xe_pt_entry(pt_dir, j); in xe_pt_commit_prepare_unbind()
[all …]
/linux/arch/s390/mm/
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()

Completed in 14 milliseconds