Searched refs:xe_child (Results 1 – 1 of 1) sorted by relevance
353 pgoff_t offset, struct xe_pt *xe_child, u64 pte) in xe_pt_insert_entry() argument356 struct xe_pt_update *child_upd = xe_child ? in xe_pt_insert_entry()357 &xe_walk->wupd.updates[xe_child->level] : NULL; in xe_pt_insert_entry()370 child_upd->parent = xe_child; in xe_pt_insert_entry()378 if (unlikely(xe_child)) in xe_pt_insert_entry()379 parent->base.children[offset] = &xe_child->base; in xe_pt_insert_entry()389 entry->pt_entries[idx].pt = xe_child; in xe_pt_insert_entry()487 struct xe_pt *xe_child; in xe_pt_stage_bind_entry() local544 xe_child = xe_pt_create(xe_walk->vm, xe_walk->tile, level - 1); in xe_pt_stage_bind_entry()545 if (IS_ERR(xe_child)) in xe_pt_stage_bind_entry()[all …]