Searched refs:nvxx_mmu (Results 1 – 3 of 3) sorted by relevance
199 struct nvkm_mmu *mmu = nvxx_mmu(&drm->device); in nv04_gart_manager_init()354 bits = nvxx_mmu(&drm->device)->dma_bits; in nouveau_ttm_init()412 drm->gem.gart_available = nvxx_mmu(&drm->device)->limit; in nouveau_ttm_init()
93 struct nvkm_mmu *mmu = nvxx_mmu(device); in nouveau_channel_prep()297 struct nvkm_mmu *mmu = nvxx_mmu(device); in nouveau_channel_init()
60 #define nvxx_mmu(a) nvxx_device(a)->mmu macro