Searched refs:xe_vma_has_no_bo (Results 1 – 2 of 2) sorted by relevance
154 static inline bool xe_vma_has_no_bo(struct xe_vma *vma) in xe_vma_has_no_bo() function161 return xe_vma_has_no_bo(vma) && !xe_vma_is_null(vma); in xe_vma_is_userptr()
1567 if (xe_vma_has_no_bo(vma)) { in xe_vm_close_and_put()1576 if (xe_vma_has_no_bo(vma) || xe_vma_bo(vma)->vm) { in xe_vm_close_and_put()2018 else if (!xe_vma_has_no_bo(vma) && !bo->vm) in new_vma()2430 if (!err && !xe_vma_has_no_bo(vma)) in op_lock_and_prep()