Searched refs:xe_vma_is_null (Results 1 – 3 of 3) sorted by relevance
151 static inline bool xe_vma_is_null(struct xe_vma *vma) in xe_vma_is_null() function168 return xe_vma_has_no_bo(vma) && !xe_vma_is_null(vma) && in xe_vma_is_userptr()
447 if (xe_vma_is_null(xe_walk->vma)) in xe_pt_hugepte_possible()477 if (xe_vma_is_null(xe_walk->vma)) in xe_pt_scan_64K()532 bool is_null = xe_vma_is_null(xe_walk->vma); in xe_pt_stage_bind_entry()757 if (!xe_vma_is_null(vma) && !range) { in xe_pt_stage_bind()
859 op->map.is_null = xe_vma_is_null(vma); in xe_vm_populate_rebind()1297 } else if (xe_vma_is_null(vma) || xe_vma_is_cpu_addr_mirror(vma)) { in xe_vma_destroy_late()1337 } else if (!xe_vma_is_null(vma) && !xe_vma_is_cpu_addr_mirror(vma)) { in xe_vma_destroy()1554 if (unlikely(xe_vma_is_null(vma))) in xelp_pte_encode_vma()3926 xe_assert(xe, !xe_vma_is_null(vma)); in xe_vm_invalidate_vma()
Completed in 16 milliseconds