Searched refs:memory (Results 126 - 150 of 507) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Dperf.h13 u32 memory; member in struct:nvbios_perfE
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dnv44.c35 struct nvkm_memory *pt = mmu->vmm->pd->pt[0]->memory;
H A Dvmm.h4 #include <core/memory.h>
312 nvkm_kmap((PT)->memory); \
331 nvkm_done((PT)->memory); \
347 #define VMM_FO(m,o,d,c,b) nvkm_fo##b((m)->memory, (o), (d), (c))
348 #define VMM_WO(m,o,d,c,b) nvkm_wo##b((m)->memory, (o), (d))
368 nvkm_wo64((m)->memory, (m)->base + _pteo + 0, (lo)); \
369 nvkm_wo64((m)->memory, (m)->base + _pteo + 8, (hi)); \
376 nvkm_kmap((m)->memory); \
378 nvkm_done((m)->memory); \
/linux-master/arch/arm64/kernel/
H A Dhibernate-asm.S14 #include <asm/memory.h>
21 * Loads temporary page tables then restores the memory image.
34 * All of memory gets written to, including code. We need to clean the kernel
60 /* walk the restore_pblist and use copy_page() to over-write memory */
H A Dsuspend.c17 #include <asm/memory.h>
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dgp100.c27 #include <core/memory.h>
H A Dgm200.c27 #include <core/memory.h>
/linux-master/drivers/base/
H A DMakefile16 obj-$(CONFIG_MEMORY_HOTPLUG) += memory.o
/linux-master/tools/perf/arch/arm64/util/
H A Dkvm-stat.c3 #include <memory.h>
/linux-master/sound/isa/gus/
H A Dgus_pcm.c37 unsigned int memory; member in struct:gus_pcm_private
122 begin = pcmp->memory + voice * (pcmp->dma_size / runtime->channels);
214 end = pcmp->memory + (((pcmp->bpos + 1) * pcmp->block_size) / runtime->channels);
247 snd_gf1_pcm_block_change(pcmp->substream, end, pcmp->memory + (end / 2), pcmp->block_size / 2);
248 snd_gf1_pcm_block_change(pcmp->substream, end + (pcmp->block_size / 2), pcmp->memory + (pcmp->dma_size / 2) + (end / 2), pcmp->block_size / 2);
250 snd_gf1_pcm_block_change(pcmp->substream, end, pcmp->memory + end, pcmp->block_size);
362 pcmp->memory + bpos, len);
367 pcmp->memory + bpos, len, w16, invert);
413 if (pcmp->memory > 0) {
414 snd_gf1_mem_free(&gus->gf1.mem_alloc, pcmp->memory);
[all...]
/linux-master/arch/loongarch/kernel/
H A Dmem.c19 /* Parse memory information */
61 memblock_set_node(0, PHYS_ADDR_MAX, &memblock.memory, 0);
/linux-master/security/tomoyo/
H A DMakefile2 obj-y = audit.o common.o condition.o domain.o environ.o file.o gc.o group.o load_policy.o memory.o mount.o network.o realpath.o securityfs_if.o tomoyo.o util.o
/linux-master/arch/m68k/ifpsp060/
H A Dos.S57 | Each IO routine checks to see if the memory write/read is to/from user
76 | Writes to data memory while in supervisor mode.
107 | Reads from data/instruction memory while in supervisor mode.
140 | Read a data byte from user memory.
163 | Read a data word from user memory.
174 | Read an instruction word from user memory.
210 | Read an instruction longword from user memory.
234 | Write a data byte to user memory.
256 | Write a data word to user memory.
280 | Write a data longword to user memory
[all...]
/linux-master/drivers/media/common/videobuf2/
H A Dvideobuf2-core.c222 * __vb2_buf_mem_alloc() - allocate video memory for the given buffer
232 * Allocate memory for all planes in this buffer
259 /* Free already allocated memory if one of the allocations failed */
269 * __vb2_buf_mem_free() - free memory of the given buffer
284 * __vb2_buf_userptr_put() - release userspace memory associated with
299 * __vb2_plane_dmabuf_put() - release memory associated with
318 * __vb2_buf_dmabuf_put() - release memory associated with
330 * __vb2_buf_mem_prepare() - call ->prepare() on buffer's private memory
346 * __vb2_buf_mem_finish() - call ->finish on buffer's private memory
399 * explicit ->prepare()/->finish() syncs. For other ->memory type
452 __vb2_queue_alloc(struct vb2_queue *q, enum vb2_memory memory, unsigned int num_buffers, unsigned int num_planes, const unsigned int plane_sizes[VB2_MAX_PLANES], unsigned int *first_index) argument
770 vb2_verify_memory_type(struct vb2_queue *q, enum vb2_memory memory, unsigned int type) argument
860 vb2_core_reqbufs(struct vb2_queue *q, enum vb2_memory memory, unsigned int flags, unsigned int *count) argument
1025 vb2_core_create_bufs(struct vb2_queue *q, enum vb2_memory memory, unsigned int flags, unsigned int *count, unsigned int requested_planes, const unsigned int requested_sizes[], unsigned int *first_index) argument
2796 unsigned int memory; member in struct:vb2_fileio_data
[all...]
/linux-master/mm/
H A Dmemcontrol.c84 /* Active memory cgroup to use from an interrupt context */
88 /* Socket memory accounting disabled? */
91 /* Kernel memory accounting disabled? */
94 /* BPF memory accounting disabled? */
101 /* Whether legacy memory+swap accounting is active */
389 * Look up the closest online ancestor of the memory cgroup @page is charged to
475 unsigned long nr_pages = page_counter_read(&memcg->memory);
883 * mem_cgroup_flush_stats - flush the stats of a memory cgroup subtree
953 * __mod_memcg_state - update cgroup memory statistics
954 * @memcg: the memory cgrou
4508 unsigned long memory, memsw; local
[all...]
/linux-master/drivers/video/fbdev/
H A Dsimplefb.c131 struct resource memory; member in struct:simplefb_params
177 mem = of_parse_phandle(np, "memory-region", 0);
179 ret = of_address_to_resource(mem, 0, &params->memory);
181 dev_err(&pdev->dev, "failed to parse memory-region\n");
187 dev_warn(&pdev->dev, "preferring \"memory-region\" over \"reg\" property\n");
191 memset(&params->memory, 0, sizeof(params->memory));
221 memset(&params->memory, 0, sizeof(params->memory));
548 if (params.memory
[all...]
/linux-master/arch/m68k/fpsp040/
H A Dbinstr.S8 | d0, and a pointer to start in memory for bcd characters
10 | lword of the packed decimal memory string.)
41 | from d0 to memory.
57 | a0: pointer into memory for packed bcd string formation
119 moveb %d7,(%a0)+ |store d7b byte in memory
132 moveb %d7,(%a0)+ |store it in memory string
/linux-master/arch/powerpc/boot/dts/fsl/
H A Dp1023si-post.dtsi181 memory-controller@2000 {
182 compatible = "fsl,p1023-memory-controller";
258 compatible = "fsl,sec-v4.2-rtic-memory",
259 "fsl,sec-v4.0-rtic-memory";
264 compatible = "fsl,sec-v4.2-rtic-memory",
265 "fsl,sec-v4.0-rtic-memory";
270 compatible = "fsl,sec-v4.2-rtic-memory",
271 "fsl,sec-v4.0-rtic-memory";
276 compatible = "fsl,sec-v4.2-rtic-memory",
277 "fsl,sec-v4.0-rtic-memory";
[all...]
/linux-master/drivers/soc/qcom/
H A Docmem.c4 * memory from OCMEM based on performance, latency and power requirements.
56 struct resource *memory; member in struct:ocmem
145 if (addr < ocmem->memory->start || addr >= ocmem->memory->end)
148 return addr - ocmem->memory->start;
331 ocmem->memory = platform_get_resource_byname(pdev, IORESOURCE_MEM,
333 if (!ocmem->memory) {
/linux-master/tools/testing/selftests/mm/
H A Dcharge_reserved_hugetlb.sh32 cgroup_path=/dev/cgroup/memory
40 cgroup_path=/dev/cgroup/memory
41 mount -t cgroup memory,hugetlb $cgroup_path
118 # Wait for hugetlbfs memory to get depleted.
120 echo Waiting for hugetlb memory to get depleted.
131 # Wait for hugetlbfs memory to get written.
133 echo Waiting for hugetlb memory reservation to reach size $size.
144 # Wait for hugetlbfs memory to get written.
146 echo Waiting for hugetlb memory to reach size $size.
433 "Reserved memory charge
[all...]
/linux-master/arch/arm/mach-sa1100/
H A Dsleep.S47 @ avoid accessing memory until this sequence is complete,
50 @ Adjust memory timing before lowering CPU clock
/linux-master/include/dt-bindings/memory/
H A Dmt8183-larb-port.h9 #include <dt-bindings/memory/mtk-memory-port.h>
H A Dmt8186-memory-port.h11 #include <dt-bindings/memory/mtk-memory-port.h>
/linux-master/scripts/dtc/include-prefixes/dt-bindings/memory/
H A Dmt8183-larb-port.h9 #include <dt-bindings/memory/mtk-memory-port.h>
H A Dmt8186-memory-port.h11 #include <dt-bindings/memory/mtk-memory-port.h>

Completed in 262 milliseconds

1234567891011>>