Home
last modified time | relevance | path

Searched refs:xe_vma_is_null (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_vm.h151 static inline bool xe_vma_is_null(struct xe_vma *vma) in xe_vma_is_null() function
168 return xe_vma_has_no_bo(vma) && !xe_vma_is_null(vma) && in xe_vma_is_userptr()
H A Dxe_pt.c436 if (xe_vma_is_null(xe_walk->vma)) in xe_pt_hugepte_possible()
462 if (xe_vma_is_null(xe_walk->vma)) in xe_pt_scan_64K()
517 bool is_null = xe_vma_is_null(xe_walk->vma); in xe_pt_stage_bind_entry()
728 if (!xe_vma_is_null(vma) && !range) { in xe_pt_stage_bind()
H A Dxe_vm.c831 op->map.is_null = xe_vma_is_null(vma); in xe_vm_populate_rebind()
1269 } else if (xe_vma_is_null(vma) || xe_vma_is_cpu_addr_mirror(vma)) { in xe_vma_destroy_late()
1309 } else if (!xe_vma_is_null(vma) && !xe_vma_is_cpu_addr_mirror(vma)) { in xe_vma_destroy()
1526 if (unlikely(xe_vma_is_null(vma))) in xelp_pte_encode_vma()
3618 xe_assert(xe, !xe_vma_is_null(vma)); in xe_vm_invalidate_vma()