Searched refs:memory (Results 51 - 75 of 507) sorted by relevance

1234567891011>>

/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dselftest.h38 int memory; member in struct:ef4_self_tests
/linux-master/drivers/net/ethernet/sfc/
H A Dselftest.h38 int memory; member in struct:efx_self_tests
/linux-master/arch/arm64/mm/
H A Dphysaddr.c8 #include <asm/memory.h>
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/fault/
H A Dgp10b.c25 #include <core/memory.h>
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dselftest.h38 int memory; member in struct:efx_self_tests
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dgk110.c30 #include <core/memory.h>
72 gk110_runl_insert_cgrp(struct nvkm_cgrp *cgrp, struct nvkm_memory *memory, u64 offset) argument
74 nvkm_wo32(memory, offset + 0, (cgrp->chan_nr << 26) | (128 << 18) |
76 nvkm_wo32(memory, offset + 4, 0x00000000);
H A Dnv50.c238 nv50_runl_commit(struct nvkm_runl *runl, struct nvkm_memory *memory, u32 start, int count) argument
241 u64 addr = nvkm_memory_addr(memory) + start;
248 nv50_runl_insert_chan(struct nvkm_chan *chan, struct nvkm_memory *memory, u64 offset) argument
250 nvkm_wo32(memory, offset, chan->id);
287 struct nvkm_memory *memory; local
295 memory = nv50_runl_alloc(runl, &start);
296 if (IS_ERR(memory))
297 return PTR_ERR(memory);
302 nvkm_kmap(memory);
306 runl->func->insert_cgrp(cgrp, memory, offse
[all...]
H A Dgv100.c119 const u64 bar2 = cctx ? nvkm_memory_bar2(cctx->vctx->inst->memory) : 0ULL;
131 if (nvkm_memory_bar2(vctx->inst->memory) == ~0ULL)
183 gv100_runl_insert_chan(struct nvkm_chan *chan, struct nvkm_memory *memory, u64 offset) argument
188 nvkm_wo32(memory, offset + 0x0, lower_32_bits(user) | chan->runq << 1);
189 nvkm_wo32(memory, offset + 0x4, upper_32_bits(user));
190 nvkm_wo32(memory, offset + 0x8, lower_32_bits(inst) | chan->id);
191 nvkm_wo32(memory, offset + 0xc, upper_32_bits(inst));
195 gv100_runl_insert_cgrp(struct nvkm_cgrp *cgrp, struct nvkm_memory *memory, u64 offset) argument
197 nvkm_wo32(memory, offset + 0x0, (128 << 24) | (3 << 16) | 0x00000001);
198 nvkm_wo32(memory, offse
[all...]
H A Dgp100.c33 gp100_runl_insert_chan(struct nvkm_chan *chan, struct nvkm_memory *memory, u64 offset) argument
35 nvkm_wo32(memory, offset + 0, chan->id | chan->runq << 14);
36 nvkm_wo32(memory, offset + 4, chan->inst->addr >> 12);
/linux-master/fs/dlm/
H A DMakefile10 memory.o \
/linux-master/arch/arm64/kvm/hyp/include/nvhe/
H A Dgfp.h7 #include <nvhe/memory.h>
14 * Spinlock protecting concurrent changes to the memory pool as well as
/linux-master/arch/sparc/prom/
H A DMakefile9 lib-$(CONFIG_SPARC32) += memory.o
/linux-master/arch/mips/sgi-ip27/
H A DMakefile7 ip27-klnuma.o ip27-memory.o ip27-nmi.o ip27-reset.o ip27-timer.o \
/linux-master/arch/arm64/kernel/
H A Dvmcore_info.c9 #include <asm/memory.h>
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dvmmnv44.c33 tmp[0] = nvkm_ro32(pt->memory, pteo + 0x0);
34 tmp[1] = nvkm_ro32(pt->memory, pteo + 0x4);
35 tmp[2] = nvkm_ro32(pt->memory, pteo + 0x8);
36 tmp[3] = nvkm_ro32(pt->memory, pteo + 0xc);
116 nvkm_kmap(pt->memory);
140 nvkm_done(pt->memory);
150 nvkm_kmap(pt->memory);
168 nvkm_done(pt->memory);
H A Dvmmgf100.c70 nvkm_kmap(pt->memory);
76 nvkm_done(pt->memory);
114 switch (nvkm_memory_target(pt->memory)) {
128 switch (nvkm_memory_target(pt->memory)) {
141 nvkm_kmap(pd->memory);
143 nvkm_done(pd->memory);
204 switch (nvkm_memory_target(pd->memory)) {
240 const enum nvkm_memory_target target = nvkm_memory_target(map->memory);
248 struct nvkm_memory *memory = map->memory; local
[all...]
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dgpuobj.h4 #include <core/memory.h>
16 struct nvkm_memory *memory; member in struct:nvkm_gpuobj
/linux-master/include/dt-bindings/memory/
H A Dmt8167-larb-port.h11 #include <dt-bindings/memory/mtk-memory-port.h>
/linux-master/scripts/dtc/include-prefixes/dt-bindings/memory/
H A Dmt8167-larb-port.h11 #include <dt-bindings/memory/mtk-memory-port.h>
/linux-master/include/linux/
H A Dcgroup_subsys.h29 SUBSYS(memory)
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/
H A Dpriv.h34 #include <core/memory.h>
37 struct nvkm_memory memory; member in struct:nvkm_instobj
/linux-master/include/acpi/platform/
H A Daclinuxex.h56 static inline void acpi_os_free(void *memory) argument
58 kfree(memory);
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-is.c242 buf = is->memory.vaddr + is->setfile.base;
247 pr_debug("mem vaddr: %p, setfile buf: %p\n", is->memory.vaddr, buf);
272 mcuctl_write(is->memory.addr, is, MCUCTL_REG_BBOAR);
318 memcpy(is->memory.vaddr, is->fw.f_w->data, is->fw.f_w->size);
333 /* Allocate working memory for the FIMC-IS CPU. */
338 is->memory.vaddr = dma_alloc_coherent(dev, FIMC_IS_CPU_MEM_SIZE,
339 &is->memory.addr, GFP_KERNEL);
340 if (is->memory.vaddr == NULL)
343 is->memory.size = FIMC_IS_CPU_MEM_SIZE;
345 dev_info(dev, "FIMC-IS CPU memory bas
[all...]
/linux-master/arch/powerpc/mm/
H A Ddrmem.c3 * Dynamic reconfiguration memory support
64 static int drmem_update_dt_v1(struct device_node *memory, argument
90 of_update_property(memory, new_prop);
103 static int drmem_update_dt_v2(struct device_node *memory, argument
168 of_update_property(memory, new_prop);
174 struct device_node *memory; local
178 memory = of_find_node_by_path("/ibm,dynamic-reconfiguration-memory");
179 if (!memory)
187 prop = of_find_property(memory, "ib
[all...]
/linux-master/mm/
H A Dmemblock.c3 * Procedures for maintaining information about logical memory blocks.
39 * Memblock is a method of managing memory regions during the early
40 * boot period when the usual kernel memory allocators are not up and
43 * Memblock views the system memory as collections of contiguous
46 * * ``memory`` - describes the physical memory available to the
47 * kernel; this may differ from the actual physical memory installed
48 * in the system, for instance when the memory is restricted with
51 * * ``physmem`` - describes the actual physical memory available during
52 * boot regardless of the possible restrictions and memory ho
[all...]

Completed in 197 milliseconds

1234567891011>>