Searched refs:memory (Results 276 - 300 of 507) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/spi/
H A Dspi-rpc-if.c15 #include <memory/renesas-rpc-if.h>
/linux-master/arch/csky/include/asm/
H A Dpgtable.h7 #include <asm/memory.h>
228 * contains the memory attribute bits, dirty bits, and various other
/linux-master/arch/alpha/lib/
H A Dev6-clear_user.S139 wh64 ($3) # .. .. .. L1 : memory subsystem hint
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/fault/
H A Dtu102.c24 #include <core/memory.h>
/linux-master/drivers/mtd/hyperbus/
H A Drpc-if.c18 #include <memory/renesas-rpc-if.h>
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dtu102.c169 /* Setup instance memory. */
170 switch (nvkm_memory_target(disp->inst->memory)) {
/linux-master/arch/riscv/kernel/
H A Dsetup.c55 * Place kernel memory regions on the resource tree so that
89 * The memory region of the kernel image is continuous and
146 num_resources = memblock.memory.cnt + memblock.reserved.cnt + 1;
156 * with /memory regions, insert_resource later on will take
182 * system memory.
195 /* Add /memory regions to the resource tree */
229 /* Early scan of device tree from init memory */
H A Dpatch.c8 #include <linux/memory.h>
/linux-master/arch/sh/kernel/
H A Dsetup.c146 pr_err("initrd extends beyond end of memory "
230 * We can hit this path with NUMA or memory hot-add.
236 &memblock.memory, nid);
/linux-master/arch/x86/xen/
H A Denlighten_hvm.c13 #include <xen/interface/memory.h>
57 * Low memory is preferred to avoid an EPT large page split up
61 * clobber memory other than the first 4kB.
/linux-master/arch/arm64/kernel/pi/
H A Dmap_kernel.c12 #include <asm/memory.h>
184 /* wipe the temporary ID map from memory */
/linux-master/arch/arm64/kernel/
H A Dmachine_kexec.c21 #include <asm/memory.h>
260 * To preserve the crash dump kernel image, the relevant memory segments
278 * Return true only if a page is part of reserved memory for crash dump kernel,
281 * Note that all the pages in crash dump kernel memory have been initially
282 * marked as Reserved as memory was allocated via memblock_reserve().
297 /* in reserved memory? */
H A Dvmlinux.lds.S67 #include <asm/memory.h>
/linux-master/arch/arm64/include/asm/
H A Dkvm_mmu.h11 #include <asm/memory.h>
210 * With FWB, we ensure that the guest always accesses memory using
H A Dpgtable-hwdef.h8 #include <asm/memory.h>
H A Dio.h16 #include <asm/memory.h>
112 : "memory"); \
132 * String version of I/O memory access operations.
275 * I/O memory mapping functions.
/linux-master/arch/s390/kernel/
H A Dsetup.c49 #include <linux/memory.h>
552 * Re-add removed crash kernel memory as reserved memory. This makes
570 pr_notice("The maximum memory size is %luMB\n", ident_map_size >> 20);
576 * When kdump is enabled, we have to ensure that no memory from the area
577 * [0 - crashkernel memory size] is set offline - it will be exchanged with
578 * the crashkernel memory region when kdump is triggered. The crashkernel
579 * memory region can never get offlined (pages are unmovable).
612 * Reserve memory for kdump kernel to be loaded with kexec
629 if (memblock.memory
[all...]
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dsetup.c17 #include <nvhe/memory.h>
H A Dpsci-relay.c14 #include <nvhe/memory.h>
/linux-master/arch/s390/mm/
H A Dinit.c26 #include <linux/memory.h>
72 /* Limit number of empty zero pages for small memory sizes */
78 panic("Out of memory in setup_zero_pages");
167 /* this will put all low memory onto the freelists */
182 * Make sure the memory block size is always greater
183 * or equal than the memory increment size.
227 /* Prevent memory blocks which contain cma regions from going offline */
/linux-master/arch/riscv/net/
H A Dbpf_jit_core.c11 #include <linux/memory.h>
191 * Write any modified data cache blocks out to memory and
/linux-master/kernel/
H A Dvmcore_info.c13 #include <linux/memory.h>
31 /* trusted vmcoreinfo, e.g. we can make a copy in the crash memory */
H A Dcrash_reserve.c13 #include <linux/memory.h>
66 * Firmware sometimes reserves some memory regions for its own use,
67 * so the system memory size is less than the actual physical memory
160 pr_warn("crashkernel: memory value expected\n");
198 pr_warn("crashkernel: memory value expected\n");
360 pr_err("cannot allocate crashkernel low memory (size:0x%llx).\n", low_size);
364 pr_info("crashkernel low memory reserved: 0x%08llx - 0x%08llx (%lld MB)\n",
404 pr_warn("crashkernel reservation failed - memory is in use.\n");
410 * low memory, fal
[all...]
/linux-master/mm/kasan/
H A Dhw_tags.c14 #include <linux/memory.h>
319 * supports tagging physical memory. Therefore, it can only tag a
321 * 2. Hardware tag-based KASAN can only tag memory mapped with special
329 * Tagging the page_alloc memory backing that vmalloc() allocation is
332 * For non-VM_ALLOC allocations, page_alloc memory is tagged as usual.
340 * Don't tag executable memory.
351 /* Unpoison and initialize memory up to size. */
357 * unpoison memory when populating shadow for vmalloc() space.
366 * Set per-page tag flags to allow accessing physical memory for the
/linux-master/tools/cgroup/
H A Dmemcg_slabinfo.py18 This is a drgn script to provide slab statistics for memory cgroups.
19 It supports cgroup v2 and v1 and can emulate memory.kmem.slabinfo
164 help='Target memory cgroup')
172 err('Can\'t find the memory cgroup')
193 # to the given memory cgroup

Completed in 202 milliseconds

<<11121314151617181920>>