Searched refs:xe_pt_dir (Results 1 – 1 of 1) sorted by relevance
27 struct xe_pt_dir { struct46 static struct xe_pt_dir *as_xe_pt_dir(struct xe_pt *pt) in as_xe_pt_dir() argument48 return container_of(pt, struct xe_pt_dir, pt); in as_xe_pt_dir()51 static struct xe_pt *xe_pt_entry(struct xe_pt_dir *pt_dir, unsigned int index) in xe_pt_entry()105 struct xe_pt_dir *dir = kzalloc(sizeof(*dir), GFP_KERNEL); in xe_pt_create()205 struct xe_pt_dir *pt_dir = as_xe_pt_dir(pt); in xe_pt_destroy()919 struct xe_pt_dir *pt_dir; in xe_pt_abort_bind()949 struct xe_pt_dir *pt_dir; in xe_pt_commit_prepare_bind()1563 struct xe_pt_dir *pt_dir = as_xe_pt_dir(pt); in xe_pt_abort_unbind()1589 struct xe_pt_dir *pt_dir; in xe_pt_commit_prepare_unbind()
Completed in 32 milliseconds