Symbol: xe_vm_resv
drivers/gpu/drm/xe/xe_bo.c
2331
bo = xe_bo_init_locked(xe, bo, tile, vm ? xe_vm_resv(vm) : NULL,
drivers/gpu/drm/xe/xe_bo.c
2958
ctx.resv = xe_vm_resv(vm);
drivers/gpu/drm/xe/xe_bo.h
193
XE_WARN_ON(bo->vm && bo->ttm.base.resv != xe_vm_resv(bo->vm));
drivers/gpu/drm/xe/xe_exec.c
298
xe_vm_resv(vm),
drivers/gpu/drm/xe/xe_pt.c
1303
err = job_test_add_deps(job, xe_vm_resv(vm),
drivers/gpu/drm/xe/xe_pt.c
2295
err = dma_resv_reserve_fences(xe_vm_resv(vops->vm),
drivers/gpu/drm/xe/xe_pt.c
2628
dma_resv_add_fence(xe_vm_resv(vm), fence,
drivers/gpu/drm/xe/xe_pt.c
2636
dma_resv_add_fence(xe_vm_resv(vm), ifence,
drivers/gpu/drm/xe/xe_pt.c
2644
dma_resv_add_fence(xe_vm_resv(vm), ifence,
drivers/gpu/drm/xe/xe_pt.c
2649
dma_resv_add_fence(xe_vm_resv(vm), mfence,
drivers/gpu/drm/xe/xe_svm.c
264
err = dma_resv_wait_timeout(xe_vm_resv(vm),
drivers/gpu/drm/xe/xe_userptr.c
106
dma_resv_iter_begin(&cursor, xe_vm_resv(vm),
drivers/gpu/drm/xe/xe_userptr.c
112
err = dma_resv_wait_timeout(xe_vm_resv(vm),
drivers/gpu/drm/xe/xe_userptr.c
226
dma_resv_wait_timeout(xe_vm_resv(vm),
drivers/gpu/drm/xe/xe_vm.c
1710
dma_resv_wait_timeout(xe_vm_resv(vm),
drivers/gpu/drm/xe/xe_vm.c
3936
ret = dma_resv_lock_interruptible(xe_vm_resv(vm), NULL);
drivers/gpu/drm/xe/xe_vm.c
3938
ret = dma_resv_lock(xe_vm_resv(vm), NULL);
drivers/gpu/drm/xe/xe_vm.c
3951
dma_resv_unlock(xe_vm_resv(vm));
drivers/gpu/drm/xe/xe_vm.c
4049
lockdep_is_held(&xe_vm_resv(vm)->lock.base)));
drivers/gpu/drm/xe/xe_vm.c
4054
WARN_ON_ONCE(!dma_resv_test_signaled(xe_vm_resv(vm),
drivers/gpu/drm/xe/xe_vm.c
517
wait = dma_resv_wait_timeout(xe_vm_resv(vm),
drivers/gpu/drm/xe/xe_vm.h
294
#define xe_vm_assert_held(vm) dma_resv_assert_held(xe_vm_resv(vm))
drivers/gpu/drm/xe/xe_vm_madvise.c
202
if (dma_resv_wait_timeout(xe_vm_resv(vm), DMA_RESV_USAGE_BOOKKEEP,