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

1 2 3 4

  /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
126 struct nvkm_memory *memory = *pmemory; local
147 struct nvkm_memory *memory; local
    [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
126 struct nvkm_memory *memory = *pmemory; local
147 struct nvkm_memory *memory; local
    [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
nouveau_nvkm_subdev_instmem_base.c 43 struct nvkm_memory *memory = &iobj->memory; local
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
64 const u64 size = nvkm_memory_size(memory);
72 if (!(map = nvkm_kmap(memory))) {
106 struct nvkm_memory *memory = NULL; local
    [all...]
nouveau_nvkm_subdev_instmem_base.c 43 struct nvkm_memory *memory = &iobj->memory; local
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
64 const u64 size = nvkm_memory_size(memory);
72 if (!(map = nvkm_kmap(memory))) {
106 struct nvkm_memory *memory = NULL; local
    [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
nouveau_nvkm_subdev_mmu_umem.c 31 #include <core/memory.h>
43 struct nvkm_memory *memory = NULL; local
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
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
priv.h 62 struct nvkm_memory *memory; member in struct:nvkm_mmu_pt
nouveau_nvkm_subdev_mmu_mem.c 27 #define nvkm_mem(p) container_of((p), struct nvkm_mem, memory)
30 #include <core/memory.h>
38 struct nvkm_memory memory; member in struct:nvkm_mem
57 nvkm_mem_target(struct nvkm_memory *memory)
59 return nvkm_mem(memory)->target;
63 nvkm_mem_page(struct nvkm_memory *memory)
69 nvkm_mem_addr(struct nvkm_memory *memory)
71 struct nvkm_mem *mem = nvkm_mem(memory);
78 nvkm_mem_size(struct nvkm_memory *memory)
80 return nvkm_mem(memory)->pages << PAGE_SHIFT
335 struct nvkm_memory *memory = NULL; local
    [all...]
  /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/include/nvkm/subdev/bios/
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/nvkm/engine/disp/
channv50.h 24 struct nvkm_memory *memory; member in struct:nv50_disp_chan
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...]
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/lib/libcrypt/
pw_gensalt.c 173 uint32_t memory = 0; local
192 memory = tmp;
223 if (memory < ARGON2_MIN_MEMORY ||
226 estimate_argon2_params(atype, &time, &memory, &threads);
229 snprintf(dst, dlen, "m=%d,t=%d,p=%d", memory, time, threads);
  /src/sys/dev/fdt/
fdt_memory.c 64 printf("%s: no free memory ranges, increase FDT_MEMORY_RANGES!\n", __func__);
75 * Get all of physical memory, including holes.
82 int index, nadd = 0, off, memory; local
85 "device_type", "memory", sizeof("memory"));
88 * Device Tree Specification 3.2 says that memory
89 * nodes are named "memory" and have device_type
90 * "memory", but if the device_type is missing, try
94 off = fdt_path_offset(fdt_data, "/memory");
97 memory = fdtbus_offset2phandle(off)
    [all...]

Completed in 65 milliseconds

1 2 3 4