Searched defs:nvkm_mmu (Results 1 – 3 of 3) sorted by relevance
86 struct nvkm_mmu { struct87 const struct nvkm_mmu_func *func; argument88 struct nvkm_subdev subdev;90 u8 dma_bits;92 int heap_nr;93 struct {100 } heap[4];124 int nv04_mmu_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_mmu **); argument
4 #define nvkm_mmu(p) container_of((p), struct nvkm_mmu, subdev) macro
410 nvkm_mmu = { variable