Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_pt.c1014 struct xe_pt_dir *pt_dir; in xe_pt_commit() local
1019 pt_dir = as_xe_pt_dir(pt); in xe_pt_commit()
1024 pt_dir->children[j_] = pt_dir->staging[j_]; in xe_pt_commit()
1041 struct xe_pt_dir *pt_dir; in xe_pt_abort_bind() local
1049 pt_dir = as_xe_pt_dir(pt); in xe_pt_abort_bind()
1071 struct xe_pt_dir *pt_dir; in xe_pt_commit_prepare_bind() local
1079 pt_dir = as_xe_pt_dir(pt); in xe_pt_commit_prepare_bind()
1722 pt_dir->staging[j] = in xe_pt_abort_unbind()
1740 struct xe_pt_dir *pt_dir; in xe_pt_commit_prepare_unbind() local
1746 pt_dir = as_xe_pt_dir(pt); in xe_pt_commit_prepare_unbind()
[all …]
/linux-6.15/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()