Searched refs:uvma_from_va (Results 1 – 2 of 2) sorted by relevance
649 .kind = uvma_from_va(va)->kind, in nouveau_uvmm_sm_prepare()650 .region = uvma_from_va(va)->region, in nouveau_uvmm_sm_prepare()790 struct nouveau_uvma *uvma = uvma_from_va(va); in op_unmap()801 struct nouveau_uvma *uvma = uvma_from_va(u->va); in op_unmap_range()813 struct nouveau_uvma *uvma = uvma_from_va(u->va); in op_remap()884 struct nouveau_uvma *uvma = uvma_from_va(va); in nouveau_uvmm_sm_cleanup()906 struct nouveau_uvma *uvma = uvma_from_va(va); in nouveau_uvmm_sm_cleanup()1766 struct nouveau_uvma *uvma = uvma_from_va(va); in nouveau_uvmm_bo_map_all()1785 struct nouveau_uvma *uvma = uvma_from_va(va); in nouveau_uvmm_bo_unmap_all()1900 struct nouveau_uvma *uvma = uvma_from_va(va); in nouveau_uvmm_fini()
39 #define uvma_from_va(x) container_of((x), struct nouveau_uvma, va) macro