Searched refs:xe_vma_is_null (Results 1 – 3 of 3) sorted by relevance
149 static inline bool xe_vma_is_null(struct xe_vma *vma) in xe_vma_is_null() function161 return xe_vma_has_no_bo(vma) && !xe_vma_is_null(vma); in xe_vma_is_userptr()
414 if (xe_vma_is_null(xe_walk->vma)) in xe_pt_hugepte_possible()440 if (xe_vma_is_null(xe_walk->vma)) in xe_pt_scan_64K()495 bool is_null = xe_vma_is_null(xe_walk->vma); in xe_pt_stage_bind_entry()673 if (!xe_vma_is_null(vma)) { in xe_pt_stage_bind()881 if (!xe_vma_is_userptr(vma) && !xe_vma_is_null(vma)) in xe_pt_commit_locks_assert()
774 op->map.is_null = xe_vma_is_null(vma); in xe_vm_populate_rebind()1032 } else if (xe_vma_is_null(vma)) { in xe_vma_destroy_late()1071 } else if (!xe_vma_is_null(vma)) { in xe_vma_destroy()1288 if (unlikely(xe_vma_is_null(vma))) in xelp_pte_encode_vma()3172 xe_assert(xe, !xe_vma_is_null(vma)); in xe_vm_invalidate_vma()
Completed in 16 milliseconds