Home
last modified time | relevance | path

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

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