HomeSort by: relevance | last modified time | path
    Searched defs:memory (Results 1 - 25 of 138) sorted by relevancy

1 2 3 4 5 6

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/
nouveau_nvkm_core_memory.c 29 #include <core/memory.h>
35 nvkm_memory_tags_put(struct nvkm_memory *memory, struct nvkm_device *device,
44 kfree(memory->tags);
45 memory->tags = NULL;
53 nvkm_memory_tags_get(struct nvkm_memory *memory, struct nvkm_device *device,
61 if ((tags = memory->tags)) {
62 /* If comptags exist for the memory, but a different amount
89 * As memory can be mapped in multiple places, we still
99 *ptags = memory->tags = tags;
106 struct nvkm_memory *memory)
115 struct nvkm_memory *memory = container_of(kref, typeof(*memory), kref); local in function:nvkm_memory_del
126 struct nvkm_memory *memory = *pmemory; local in function:nvkm_memory_unref
147 struct nvkm_memory *memory; local in function:nvkm_memory_new
    [all...]
nouveau_nvkm_core_memory.c 29 #include <core/memory.h>
35 nvkm_memory_tags_put(struct nvkm_memory *memory, struct nvkm_device *device,
44 kfree(memory->tags);
45 memory->tags = NULL;
53 nvkm_memory_tags_get(struct nvkm_memory *memory, struct nvkm_device *device,
61 if ((tags = memory->tags)) {
62 /* If comptags exist for the memory, but a different amount
89 * As memory can be mapped in multiple places, we still
99 *ptags = memory->tags = tags;
106 struct nvkm_memory *memory)
115 struct nvkm_memory *memory = container_of(kref, typeof(*memory), kref); local in function:nvkm_memory_del
126 struct nvkm_memory *memory = *pmemory; local in function:nvkm_memory_unref
147 struct nvkm_memory *memory; local in function:nvkm_memory_new
    [all...]
nouveau_nvkm_core_memory.c 29 #include <core/memory.h>
35 nvkm_memory_tags_put(struct nvkm_memory *memory, struct nvkm_device *device,
44 kfree(memory->tags);
45 memory->tags = NULL;
53 nvkm_memory_tags_get(struct nvkm_memory *memory, struct nvkm_device *device,
61 if ((tags = memory->tags)) {
62 /* If comptags exist for the memory, but a different amount
89 * As memory can be mapped in multiple places, we still
99 *ptags = memory->tags = tags;
106 struct nvkm_memory *memory)
115 struct nvkm_memory *memory = container_of(kref, typeof(*memory), kref); local in function:nvkm_memory_del
126 struct nvkm_memory *memory = *pmemory; local in function:nvkm_memory_unref
147 struct nvkm_memory *memory; local in function:nvkm_memory_new
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/instmem/
priv.h 24 #include <core/memory.h>
27 struct nvkm_memory memory; member in struct:nvkm_instobj
priv.h 24 #include <core/memory.h>
27 struct nvkm_memory memory; member in struct:nvkm_instobj
priv.h 24 #include <core/memory.h>
27 struct nvkm_memory memory; member in struct:nvkm_instobj
nouveau_nvkm_subdev_instmem_base.c 43 struct nvkm_memory *memory = &iobj->memory; local in function:nvkm_instobj_load
44 const u64 size = nvkm_memory_size(memory);
48 if (!(map = nvkm_kmap(memory))) {
50 nvkm_wo32(memory, i, iobj->suspend[i / 4]);
54 nvkm_done(memory);
63 struct nvkm_memory *memory = &iobj->memory; local in function:nvkm_instobj_save
64 const u64 size = nvkm_memory_size(memory);
72 if (!(map = nvkm_kmap(memory))) {
106 struct nvkm_memory *memory = NULL; local in function:nvkm_instobj_new
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mmu/
umem.h 17 struct nvkm_memory *memory; member in struct:nvkm_umem
umem.h 17 struct nvkm_memory *memory; member in struct:nvkm_umem
umem.h 17 struct nvkm_memory *memory; member in struct:nvkm_umem
nouveau_nvkm_subdev_mmu_umem.c 31 #include <core/memory.h>
43 struct nvkm_memory *memory = NULL; local in function:nvkm_umem_search
53 memory = nvkm_memory_ref(umem->memory);
62 memory = nvkm_memory_ref(umem->memory);
65 return memory ? memory : ERR_PTR(-ENOENT);
115 int ret = nvkm_mem_map_host(umem->memory, &umem->dmat,
118 int ret = nvkm_mem_map_host(umem->memory, &umem->map)
    [all...]
nouveau_nvkm_subdev_mmu_umem.c 31 #include <core/memory.h>
43 struct nvkm_memory *memory = NULL; local in function:nvkm_umem_search
53 memory = nvkm_memory_ref(umem->memory);
62 memory = nvkm_memory_ref(umem->memory);
65 return memory ? memory : ERR_PTR(-ENOENT);
115 int ret = nvkm_mem_map_host(umem->memory, &umem->dmat,
118 int ret = nvkm_mem_map_host(umem->memory, &umem->map)
    [all...]
nouveau_nvkm_subdev_mmu_umem.c 31 #include <core/memory.h>
43 struct nvkm_memory *memory = NULL; local in function:nvkm_umem_search
53 memory = nvkm_memory_ref(umem->memory);
62 memory = nvkm_memory_ref(umem->memory);
65 return memory ? memory : ERR_PTR(-ENOENT);
115 int ret = nvkm_mem_map_host(umem->memory, &umem->dmat,
118 int ret = nvkm_mem_map_host(umem->memory, &umem->map)
    [all...]
priv.h 62 struct nvkm_memory *memory; member in struct:nvkm_mmu_pt
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/
perf.h 15 u32 memory; member in struct:nvbios_perfE
perf.h 15 u32 memory; member in struct:nvbios_perfE
perf.h 15 u32 memory; member in struct:nvbios_perfE
  /src/sys/external/bsd/drm2/dist/drm/
drm_legacy.h 147 struct agp_memory *memory; member in struct:drm_agp_mem
drm_legacy.h 147 struct agp_memory *memory; member in struct:drm_agp_mem
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/
gpuobj.h 6 #include <core/memory.h>
23 struct nvkm_memory *memory; member in struct:nvkm_gpuobj
gpuobj.h 6 #include <core/memory.h>
23 struct nvkm_memory *memory; member in struct:nvkm_gpuobj
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
channv50.h 24 struct nvkm_memory *memory; member in struct:nv50_disp_chan
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb/
nouveau_nvkm_subdev_fb_ram.c 29 #define nvkm_vram(p) container_of((p), struct nvkm_vram, memory)
32 #include <core/memory.h>
38 struct nvkm_memory memory; member in struct:nvkm_vram
45 nvkm_vram_map(struct nvkm_memory *memory, u64 offset, struct nvkm_vmm *vmm,
48 struct nvkm_vram *vram = nvkm_vram(memory);
50 .memory = &vram->memory,
59 nvkm_vram_size(struct nvkm_memory *memory)
61 return (u64)nvkm_mm_size(nvkm_vram(memory)->mn) << NVKM_RAM_MM_SHIFT;
65 nvkm_vram_addr(struct nvkm_memory *memory)
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
keystone.dtsi 25 memory: memory@80000000 { label
26 device_type = "memory";
  /src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/ingenic/
gcw0.dts 22 memory: memory { label
23 device_type = "memory";

Completed in 38 milliseconds

1 2 3 4 5 6