Searched refs:nvxx_mmu (Results 1 – 3 of 3) sorted by relevance
214 struct nvkm_mmu *mmu = nvxx_mmu(&drm->device); in nv04_gart_manager_init()360 bits = nvxx_mmu(&drm->device)->dma_bits; in nouveau_ttm_init()407 drm->gem.gart_available = nvxx_mmu(&drm->device)->limit; in nouveau_ttm_init()
91 struct nvkm_mmu *mmu = nvxx_mmu(device); in nouveau_channel_prep()285 struct nvkm_mmu *mmu = nvxx_mmu(device); in nouveau_channel_init()
43 #define nvxx_mmu(a) nvkm_mmu(nvxx_device(a)) macro