Symbol: xe_vm_resv
drivers/gpu/drm/xe/xe_bo.c
2527
bo = xe_bo_init_locked(xe, bo, tile, vm ? xe_vm_resv(vm) : NULL,
drivers/gpu/drm/xe/xe_bo.c
3154
ctx.resv = xe_vm_resv(vm);
drivers/gpu/drm/xe/xe_bo.h
216
XE_WARN_ON(bo->vm && bo->ttm.base.resv != xe_vm_resv(bo->vm));
drivers/gpu/drm/xe/xe_pt.c
1353
err = job_test_add_deps(job, xe_vm_resv(vm),
drivers/gpu/drm/xe/xe_pt.c
2403
err = dma_resv_reserve_fences(xe_vm_resv(vops->vm),
drivers/gpu/drm/xe/xe_pt.c
2736
dma_resv_add_fence(xe_vm_resv(vm), fence,
drivers/gpu/drm/xe/xe_pt.c
2744
dma_resv_add_fence(xe_vm_resv(vm), ifence,
drivers/gpu/drm/xe/xe_pt.c
2752
dma_resv_add_fence(xe_vm_resv(vm), ifence,
drivers/gpu/drm/xe/xe_pt.c
2757
dma_resv_add_fence(xe_vm_resv(vm), mfence,
drivers/gpu/drm/xe/xe_svm.c
266
err = dma_resv_wait_timeout(xe_vm_resv(vm),
drivers/gpu/drm/xe/xe_userptr.c
100
err = dma_resv_wait_timeout(xe_vm_resv(vm),
drivers/gpu/drm/xe/xe_userptr.c
180
dma_resv_iter_begin(&cursor, xe_vm_resv(vm),
drivers/gpu/drm/xe/xe_userptr.c
19
dma_resv_held(xe_vm_resv(vm))));
drivers/gpu/drm/xe/xe_userptr.c
337
dma_resv_wait_timeout(xe_vm_resv(vm),
drivers/gpu/drm/xe/xe_vm.c
1849
dma_resv_wait_timeout(xe_vm_resv(vm),
drivers/gpu/drm/xe/xe_vm.c
4311
ret = dma_resv_lock_interruptible(xe_vm_resv(vm), NULL);
drivers/gpu/drm/xe/xe_vm.c
4313
ret = dma_resv_lock(xe_vm_resv(vm), NULL);
drivers/gpu/drm/xe/xe_vm.c
4326
dma_resv_unlock(xe_vm_resv(vm));
drivers/gpu/drm/xe/xe_vm.c
4368
lockdep_is_held(&xe_vm_resv(vm)->lock.base)));
drivers/gpu/drm/xe/xe_vm.c
4373
WARN_ON_ONCE(!dma_resv_test_signaled(xe_vm_resv(vm),
drivers/gpu/drm/xe/xe_vm.c
525
wait = dma_resv_wait_timeout(xe_vm_resv(vm),
drivers/gpu/drm/xe/xe_vm.h
313
#define xe_vm_assert_held(vm) dma_resv_assert_held(xe_vm_resv(vm))
drivers/gpu/drm/xe/xe_vm_madvise.c
283
if (dma_resv_wait_timeout(xe_vm_resv(vm), DMA_RESV_USAGE_BOOKKEEP,