Searched defs:uvmm (Results  1 – 9 of 9) sorted by relevance
| /Linux-v6.6/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ | 
| D | uvmm.c | 46 nvkm_uvmm_mthd_pfnclr(struct nvkm_uvmm *uvmm, void *argv, u32 argc)  in nvkm_uvmm_mthd_pfnclr()74 nvkm_uvmm_mthd_pfnmap(struct nvkm_uvmm *uvmm, void *argv, u32 argc)  in nvkm_uvmm_mthd_pfnmap()
 107 nvkm_uvmm_mthd_unmap(struct nvkm_uvmm *uvmm, void *argv, u32 argc)  in nvkm_uvmm_mthd_unmap()
 151 nvkm_uvmm_mthd_map(struct nvkm_uvmm *uvmm, void *argv, u32 argc)  in nvkm_uvmm_mthd_map()
 232 nvkm_uvmm_mthd_put(struct nvkm_uvmm *uvmm, void *argv, u32 argc)  in nvkm_uvmm_mthd_put()
 268 nvkm_uvmm_mthd_get(struct nvkm_uvmm *uvmm, void *argv, u32 argc)  in nvkm_uvmm_mthd_get()
 302 nvkm_uvmm_mthd_page(struct nvkm_uvmm *uvmm, void *argv, u32 argc)  in nvkm_uvmm_mthd_page()
 330 nvkm_uvmm_page_index(struct nvkm_uvmm *uvmm, u64 size, u8 shift, u8 *refd)  in nvkm_uvmm_page_index()
 354 nvkm_uvmm_mthd_raw_get(struct nvkm_uvmm *uvmm, struct nvif_vmm_raw_v0 *args)  in nvkm_uvmm_mthd_raw_get()
 371 nvkm_uvmm_mthd_raw_put(struct nvkm_uvmm *uvmm, struct nvif_vmm_raw_v0 *args)  in nvkm_uvmm_mthd_raw_put()
 [all …]
 
 | 
| D | memgf100.c | 37 	struct gf100_vmm_map_v0 uvmm = {};  in gf100_mem_map()  local
 | 
| D | memnv50.c | 37 	struct nv50_vmm_map_v0 uvmm = {};  in nv50_mem_map()  local
 | 
| /Linux-v6.6/drivers/gpu/drm/nouveau/ | 
| D | nouveau_uvmm.c | 89 nouveau_uvmm_vmm_sparse_ref(struct nouveau_uvmm *uvmm,  in nouveau_uvmm_vmm_sparse_ref()98 nouveau_uvmm_vmm_sparse_unref(struct nouveau_uvmm *uvmm,  in nouveau_uvmm_vmm_sparse_unref()
 107 nouveau_uvmm_vmm_get(struct nouveau_uvmm *uvmm,  in nouveau_uvmm_vmm_get()
 116 nouveau_uvmm_vmm_put(struct nouveau_uvmm *uvmm,  in nouveau_uvmm_vmm_put()
 125 nouveau_uvmm_vmm_unmap(struct nouveau_uvmm *uvmm,  in nouveau_uvmm_vmm_unmap()
 134 nouveau_uvmm_vmm_map(struct nouveau_uvmm *uvmm,  in nouveau_uvmm_vmm_map()
 274 __nouveau_uvma_region_insert(struct nouveau_uvmm *uvmm,  in __nouveau_uvma_region_insert()
 299 nouveau_uvma_region_insert(struct nouveau_uvmm *uvmm,  in nouveau_uvma_region_insert()
 319 	struct nouveau_uvmm *uvmm = reg->uvmm;  in nouveau_uvma_region_remove()  local
 326 nouveau_uvma_region_create(struct nouveau_uvmm *uvmm,  in nouveau_uvma_region_create()
 [all …]
 
 | 
| D | nouveau_uvmm.h | 24 	struct nouveau_uvmm *uvmm;  member98 static inline void nouveau_uvmm_lock(struct nouveau_uvmm *uvmm)  in nouveau_uvmm_lock()
 103 static inline void nouveau_uvmm_unlock(struct nouveau_uvmm *uvmm)  in nouveau_uvmm_unlock()
 
 | 
| D | nouveau_debugfs.c | 207 nouveau_debugfs_gpuva_regions(struct seq_file *m, struct nouveau_uvmm *uvmm)  in nouveau_debugfs_gpuva_regions()228 		struct nouveau_uvmm *uvmm = nouveau_cli_uvmm(cli);  in nouveau_debugfs_gpuva()  local
 
 | 
| D | nouveau_drv.h | 96 	struct nouveau_uvmm uvmm;  member133 	struct nouveau_uvmm *uvmm;  in nouveau_cli_uvmm_locked()  local
 145 	struct nouveau_uvmm *uvmm;  in nouveau_cli_vmm()  local
 160 	struct nouveau_uvmm *uvmm = nouveau_cli_uvmm(cli);  in __nouveau_cli_disable_uvmm_noinit()  local
 
 | 
| D | nouveau_exec.c | 93 	struct nouveau_uvmm *uvmm = nouveau_cli_uvmm(cli);  in nouveau_exec_job_submit()  local
 | 
| D | nouveau_gem.c | 106 	struct nouveau_uvmm *uvmm = nouveau_cli_uvmm(cli);  in nouveau_gem_object_open()  local239 	struct nouveau_uvmm *uvmm = nouveau_cli_uvmm(cli);  in nouveau_gem_new()  local
 
 |