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.c54 xe_pt_entry_staging(struct xe_pt_dir *pt_dir, unsigned int index) in xe_pt_entry_staging() argument
56 return container_of(pt_dir->staging[index], struct xe_pt, base); in xe_pt_entry_staging()
216 struct xe_pt_dir *pt_dir = as_xe_pt_dir(pt); in xe_pt_destroy() local
219 if (xe_pt_entry_staging(pt_dir, i)) in xe_pt_destroy()
220 xe_pt_destroy(xe_pt_entry_staging(pt_dir, i), flags, in xe_pt_destroy()
1067 struct xe_pt_dir *pt_dir; in xe_pt_commit() local
1072 pt_dir = as_xe_pt_dir(pt); in xe_pt_commit()
1077 pt_dir->children[j_] = pt_dir->staging[j_]; in xe_pt_commit()
1094 struct xe_pt_dir *pt_dir; in xe_pt_abort_bind() local
1102 pt_dir = as_xe_pt_dir(pt); in xe_pt_abort_bind()
[all …]
/linux/arch/s390/mm/
H A Dpageattr.c123 pte_t *pt_dir, *ptep; in split_pmd_page() local
127 pt_dir = vmem_pte_alloc(); in split_pmd_page()
128 if (!pt_dir) in split_pmd_page()
136 ptep = pt_dir; in split_pmd_page()
142 new = __pmd(__pa(pt_dir) | _SEGMENT_ENTRY); in split_pmd_page()