Symbol: nvif_mmu
drivers/gpu/drm/nouveau/dispnv50/crc.c
502
nv50_crc_ctx_init(struct nv50_head *head, struct nvif_mmu *mmu,
drivers/gpu/drm/nouveau/dispnv50/crc.c
552
struct nvif_mmu *mmu = &nouveau_drm(dev)->client.mmu;
drivers/gpu/drm/nouveau/dispnv50/lut.c
67
nv50_lut_init(struct nv50_disp *disp, struct nvif_mmu *mmu,
drivers/gpu/drm/nouveau/dispnv50/lut.h
12
int nv50_lut_init(struct nv50_disp *, struct nvif_mmu *, struct nv50_lut *);
drivers/gpu/drm/nouveau/dispnv50/wndw.c
859
struct nvif_mmu *mmu = &drm->client.mmu;
drivers/gpu/drm/nouveau/include/nvif/mem.h
13
int nvif_mem_ctor_type(struct nvif_mmu *mmu, const char *name, s32 oclass,
drivers/gpu/drm/nouveau/include/nvif/mem.h
16
int nvif_mem_ctor(struct nvif_mmu *mmu, const char *name, s32 oclass, u8 type,
drivers/gpu/drm/nouveau/include/nvif/mem.h
20
int nvif_mem_ctor_map(struct nvif_mmu *, const char *name, u8 type, u64 size,
drivers/gpu/drm/nouveau/include/nvif/mmu.h
35
struct nvif_mmu *);
drivers/gpu/drm/nouveau/include/nvif/mmu.h
36
void nvif_mmu_dtor(struct nvif_mmu *);
drivers/gpu/drm/nouveau/include/nvif/mmu.h
39
nvif_mmu_kind_valid(struct nvif_mmu *mmu, u8 kind)
drivers/gpu/drm/nouveau/include/nvif/mmu.h
49
nvif_mmu_type(struct nvif_mmu *mmu, u8 mask)
drivers/gpu/drm/nouveau/include/nvif/vmm.h
39
int nvif_vmm_ctor(struct nvif_mmu *, const char *name, s32 oclass,
drivers/gpu/drm/nouveau/include/nvif/vmm.h
5
struct nvif_mmu;
drivers/gpu/drm/nouveau/nouveau_bo.c
1259
struct nvif_mmu *mmu = &drm->client.mmu;
drivers/gpu/drm/nouveau/nouveau_bo.c
216
struct nvif_mmu *mmu = &cli->mmu;
drivers/gpu/drm/nouveau/nouveau_drv.h
213
struct nvif_mmu mmu;
drivers/gpu/drm/nouveau/nouveau_drv.h
325
struct nvif_mmu *mmu = &drm->client.mmu;
drivers/gpu/drm/nouveau/nouveau_drv.h
97
struct nvif_mmu mmu;
drivers/gpu/drm/nouveau/nouveau_mem.c
129
struct nvif_mmu *mmu = &drm->mmu;
drivers/gpu/drm/nouveau/nouveau_mem.c
93
struct nvif_mmu *mmu = &drm->mmu;
drivers/gpu/drm/nouveau/nouveau_ttm.c
162
struct nvif_mmu *mmu = &drm->client.mmu;
drivers/gpu/drm/nouveau/nouveau_ttm.c
266
struct nvif_mmu *mmu = &drm->client.mmu;
drivers/gpu/drm/nouveau/nvif/mem.c
28
nvif_mem_ctor_map(struct nvif_mmu *mmu, const char *name, u8 type, u64 size,
drivers/gpu/drm/nouveau/nvif/mem.c
48
nvif_mem_ctor_type(struct nvif_mmu *mmu, const char *name, s32 oclass,
drivers/gpu/drm/nouveau/nvif/mem.c
88
nvif_mem_ctor(struct nvif_mmu *mmu, const char *name, s32 oclass, u8 type,
drivers/gpu/drm/nouveau/nvif/mmu.c
28
nvif_mmu_dtor(struct nvif_mmu *mmu)
drivers/gpu/drm/nouveau/nvif/mmu.c
41
struct nvif_mmu *mmu)
drivers/gpu/drm/nouveau/nvif/vmm.c
199
nvif_vmm_ctor(struct nvif_mmu *mmu, const char *name, s32 oclass,