Symbol: nouveau_vmm
drivers/gpu/drm/nouveau/nouveau_bo.c
463
struct nouveau_vmm *vmm = nouveau_cli_vmm(cli);
drivers/gpu/drm/nouveau/nouveau_chan.h
13
struct nouveau_vmm *vmm;
drivers/gpu/drm/nouveau/nouveau_drv.h
146
static inline struct nouveau_vmm *
drivers/gpu/drm/nouveau/nouveau_drv.h
98
struct nouveau_vmm vmm;
drivers/gpu/drm/nouveau/nouveau_drv.h
99
struct nouveau_vmm svm;
drivers/gpu/drm/nouveau/nouveau_gem.c
104
struct nouveau_vmm *vmm = nouveau_cli_vmm(cli);
drivers/gpu/drm/nouveau/nouveau_gem.c
189
struct nouveau_vmm *vmm = nouveau_cli_vmm(cli);
drivers/gpu/drm/nouveau/nouveau_gem.c
304
struct nouveau_vmm *vmm = nouveau_cli_vmm(cli);
drivers/gpu/drm/nouveau/nouveau_gem.c
521
struct nouveau_vmm *vmm = chan->vmm;
drivers/gpu/drm/nouveau/nouveau_svm.h
11
struct nouveau_vmm *vmm;
drivers/gpu/drm/nouveau/nouveau_uvmm.h
12
struct nouveau_vmm vmm;
drivers/gpu/drm/nouveau/nouveau_vmm.c
124
nouveau_vmm_fini(struct nouveau_vmm *vmm)
drivers/gpu/drm/nouveau/nouveau_vmm.c
132
nouveau_vmm_init(struct nouveau_cli *cli, s32 oclass, struct nouveau_vmm *vmm)
drivers/gpu/drm/nouveau/nouveau_vmm.c
49
nouveau_vma_find(struct nouveau_bo *nvbo, struct nouveau_vmm *vmm)
drivers/gpu/drm/nouveau/nouveau_vmm.c
77
nouveau_vma_new(struct nouveau_bo *nvbo, struct nouveau_vmm *vmm,
drivers/gpu/drm/nouveau/nouveau_vmm.h
18
struct nouveau_vma *nouveau_vma_find(struct nouveau_bo *, struct nouveau_vmm *);
drivers/gpu/drm/nouveau/nouveau_vmm.h
19
int nouveau_vma_new(struct nouveau_bo *, struct nouveau_vmm *,
drivers/gpu/drm/nouveau/nouveau_vmm.h
31
int nouveau_vmm_init(struct nouveau_cli *, s32 oclass, struct nouveau_vmm *);
drivers/gpu/drm/nouveau/nouveau_vmm.h
32
void nouveau_vmm_fini(struct nouveau_vmm *);
drivers/gpu/drm/nouveau/nouveau_vmm.h
8
struct nouveau_vmm *vmm;