Searched refs:pt_dir (Results 1 – 2 of 2) sorted by relevance
54 xe_pt_entry_staging(struct xe_pt_dir *pt_dir, unsigned int index) in xe_pt_entry_staging() argument56 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() local219 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() local1072 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() local1102 pt_dir = as_xe_pt_dir(pt); in xe_pt_abort_bind()[all …]
123 pte_t *pt_dir, *ptep; in split_pmd_page() local127 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()