HomeSort by: relevance | last modified time | path
    Searched refs:nvif_vmm (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
vmm.h 20 struct nvif_vmm { struct
36 u64 size, void *argv, u32 argc, struct nvif_vmm *);
37 void nvif_vmm_fini(struct nvif_vmm *);
38 int nvif_vmm_get(struct nvif_vmm *, enum nvif_vmm_get, bool sparse,
40 void nvif_vmm_put(struct nvif_vmm *, struct nvif_vma *);
41 int nvif_vmm_map(struct nvif_vmm *, u64 addr, u64 size, void *argv, u32 argc,
43 int nvif_vmm_unmap(struct nvif_vmm *, u64);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvif/
nouveau_nvif_vmm.c 33 nvif_vmm_unmap(struct nvif_vmm *vmm, u64 addr)
41 nvif_vmm_map(struct nvif_vmm *vmm, u64 addr, u64 size, void *argv, u32 argc,
70 nvif_vmm_put(struct nvif_vmm *vmm, struct nvif_vma *vma)
82 nvif_vmm_get(struct nvif_vmm *vmm, enum nvif_vmm_get type, bool sparse,
113 nvif_vmm_fini(struct nvif_vmm *vmm)
121 u64 size, void *argv, u32 argc, struct nvif_vmm *vmm)
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_mem.h 31 int nouveau_mem_map(struct nouveau_mem *, struct nvif_vmm *, struct nvif_vma *);
nouveau_vmm.h 29 struct nvif_vmm vmm;
nouveau_mem.c 44 struct nvif_vmm *vmm, struct nvif_vma *vma)
nouveau_bo.c 206 struct nvif_vmm *vmm = cli->svm.cli ? &cli->svm.vmm : &cli->vmm.vmm;
1186 struct nvif_vmm *vmm = &drm->client.vmm.vmm;

Completed in 16 milliseconds