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

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/instmem/
priv.h 15 int (*memory_new)(struct nvkm_instmem *, u32 size, u32 align, member in struct:nvkm_instmem_func
nouveau_nvkm_subdev_instmem_base.c 110 ret = imem->func->memory_new(imem, size, align, zero, &memory);
nouveau_nvkm_subdev_instmem_nv04.c 226 .memory_new = nv04_instobj_new,
nouveau_nvkm_subdev_instmem_nv40.c 272 .memory_new = nv40_instobj_new,
nouveau_nvkm_subdev_instmem_nv50.c 440 .memory_new = nv50_instobj_new,
nouveau_nvkm_subdev_instmem_gk20a.c 674 .memory_new = gk20a_instobj_new,

Completed in 17 milliseconds