Home
last modified time | relevance | path

Searched refs:uvma_from_va (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/nouveau/
Dnouveau_uvmm.c641 .kind = uvma_from_va(va)->kind, in nouveau_uvmm_sm_prepare()
642 .region = uvma_from_va(va)->region, in nouveau_uvmm_sm_prepare()
782 struct nouveau_uvma *uvma = uvma_from_va(va); in op_unmap()
793 struct nouveau_uvma *uvma = uvma_from_va(u->va); in op_unmap_range()
805 struct nouveau_uvma *uvma = uvma_from_va(u->va); in op_remap()
876 struct nouveau_uvma *uvma = uvma_from_va(va); in nouveau_uvmm_sm_cleanup()
898 struct nouveau_uvma *uvma = uvma_from_va(va); in nouveau_uvmm_sm_cleanup()
1784 struct nouveau_uvma *uvma = uvma_from_va(va); in nouveau_uvmm_bo_map_all()
1800 struct nouveau_uvma *uvma = uvma_from_va(va); in nouveau_uvmm_bo_unmap_all()
1881 struct nouveau_uvma *uvma = uvma_from_va(va); in nouveau_uvmm_fini()
Dnouveau_uvmm.h45 #define uvma_from_va(x) container_of((x), struct nouveau_uvma, va) macro