Searched refs:memory (Results 226 - 250 of 510) sorted by relevance

1234567891011>>

/linux-master/scripts/
H A Dbootgraph.pl122 if ($line =~ /Freeing unused kernel memory/) {
/linux-master/sound/isa/gus/
H A Dgus_main.c245 gus->gf1.memory = idx << 18;
247 gus->gf1.memory = 256 * 1024;
249 for (l = 0, local = gus->gf1.memory; l < 4; l++, local -= 256 * 1024) {
255 gus->gf1.mem_alloc.banks_8[0].size = gus->gf1.memory;
256 return 0; /* some memory were detected */
/linux-master/arch/arm/mach-sunxi/
H A Dplatsmp.c17 #include <linux/memory.h>
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/fault/
H A Dbase.c24 #include <core/memory.h>
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/
H A Dbase.c26 #include <core/memory.h>
/linux-master/arch/arm/mach-omap2/
H A Dsleep34xx.S97 dmb @ data memory barrier
211 /* Data memory barrier and Data sync barrier */
418 dmb @ data memory barrier
429 dmb @ data memory barrier
444 dmb @ data memory barrier
/linux-master/mm/kasan/
H A Dsw_tags.c19 #include <linux/memory.h>
93 * high memory mapped all the time, but rather map and unmap particular
94 * pages when needed. Instead of storing a pointer to the kernel memory,
98 * virtual address of the page. For arm64 (that keeps the high memory
H A Dhw_tags.c14 #include <linux/memory.h>
318 * supports tagging physical memory. Therefore, it can only tag a
320 * 2. Hardware tag-based KASAN can only tag memory mapped with special
328 * Tagging the page_alloc memory backing that vmalloc() allocation is
331 * For non-VM_ALLOC allocations, page_alloc memory is tagged as usual.
339 * Don't tag executable memory.
350 /* Unpoison and initialize memory up to size. */
356 * unpoison memory when populating shadow for vmalloc() space.
365 * Set per-page tag flags to allow accessing physical memory for the
/linux-master/arch/xtensa/kernel/
H A Dalign.S49 * Assume a memory region in ascending address:
182 and a3, a3, a8 # align memory address
254 /* Load: Load memory address. */
257 and a3, a3, a8 # align memory address
401 /* Get memory address */
405 and a4, a4, a8 # align memory address
407 /* Insert value into memory */
506 rsr a8, excvaddr # load unaligned memory address
512 * memory. The processor was just executing at the EPC_1
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/acr/
H A Dtu102.c25 #include <core/memory.h>
/linux-master/arch/arm/include/asm/
H A Dpage.h188 #include <asm/memory.h>
/linux-master/arch/x86/kernel/
H A Dstatic_call.c3 #include <linux/memory.h>
/linux-master/arch/arm64/include/asm/
H A Dpgtable-prot.h8 #include <asm/memory.h>
25 * still points to a valid huge page in memory even if the pmd
H A Dio.h16 #include <asm/memory.h>
112 : "memory"); \
132 * String version of I/O memory access operations.
143 * I/O memory mapping functions.
/linux-master/arch/arm64/mm/
H A Dfixmap.c10 #include <linux/memory.h>
/linux-master/arch/x86/xen/
H A Denlighten_pvh.c17 #include <xen/interface/memory.h>
79 * Reserve e820 UNUSABLE regions to inflate the memory balloon.
81 * On PVH dom0 the host memory map is used, RAM regions available to dom0 are
82 * located as the same place as in the native memory map, but since dom0 gets
83 * less memory than the total amount of host RAM the ranges that can't be
87 * in the memory map in order to map grants or foreign addresses, and
89 * hypervisor should notify us which memory ranges are suitable for creating
104 /* Max amount of extra memory. */
/linux-master/arch/riscv/errata/thead/
H A Derrata.c8 #include <linux/memory.h>
/linux-master/arch/powerpc/boot/dts/fsl/
H A Dmpc8544si-post.dtsi157 memory-controller@2000 {
158 compatible = "fsl,mpc8544-memory-controller";
H A Dp1021si-post.dtsi119 memory-controller@2000 {
120 compatible = "fsl,p1021-memory-controller";
/linux-master/arch/powerpc/boot/dts/
H A DkuroboxHD.dts51 memory {
52 device_type = "memory";
H A DkuroboxHG.dts51 memory {
52 device_type = "memory";
/linux-master/include/dt-bindings/memory/
H A Dmt8195-memory-port.h9 #include <dt-bindings/memory/mtk-memory-port.h>
/linux-master/scripts/dtc/include-prefixes/dt-bindings/memory/
H A Dmt8195-memory-port.h9 #include <dt-bindings/memory/mtk-memory-port.h>
/linux-master/drivers/gpu/drm/nouveau/nvkm/falcon/
H A Dgm200.c24 #include <core/memory.h>
288 switch (nvkm_memory_target(&fw->fw.mem.memory)) {
/linux-master/tools/testing/selftests/
H A DMakefile52 TARGETS += memory-hotplug
117 TARGETS_HOTPLUG += memory-hotplug

Completed in 399 milliseconds

1234567891011>>