Home
last modified time | relevance | path

Searched refs:drm_gpuvm_for_each_va_safe (Results 1 – 4 of 4) sorted by relevance

/linux/include/drm/
H A Ddrm_gpuvm.h502 #define drm_gpuvm_for_each_va_safe(va__, next__, gpuvm__) \ macro
/linux/
H A D.clang-format183 - 'drm_gpuvm_for_each_va_safe'
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_uvmm.c1898 drm_gpuvm_for_each_va_safe(va, next, &uvmm->base) { in nouveau_uvmm_fini()
/linux/drivers/gpu/drm/xe/
H A Dxe_vm.c1417 drm_gpuvm_for_each_va_safe(gpuva, next, &vm->gpuvm) { in xe_vm_close_and_put()