Home
last modified time | relevance | path

Searched refs:lowmem (Results 1 – 18 of 18) sorted by relevance

/openbmc/linux/arch/mips/bcm47xx/
H A Dprom.c54 static unsigned long lowmem __initdata;
92 lowmem = mem; in prom_init_mem()
146 if (lowmem != 128 << 20 || !highmem_region) in bcm47xx_prom_highmem_init()
165 extmem -= lowmem; in bcm47xx_prom_highmem_init()
/openbmc/qemu/hw/display/
H A Dvga-mmio.c49 MemoryRegion lowmem; member
99 memory_region_init_io(&s->lowmem, OBJECT(dev), &vga_mem_ops, &s->vga, in vga_mmio_realizefn()
101 memory_region_set_coalescing(&s->lowmem); in vga_mmio_realizefn()
102 sysbus_init_mmio(sbd, &s->lowmem); in vga_mmio_realizefn()
/openbmc/qemu/hw/i386/
H A Dpc_q35.c141 ram_addr_t lowmem; in pc_q35_init() local
158 lowmem = 0x80000000; in pc_q35_init()
160 lowmem = 0xb0000000; in pc_q35_init()
169 if (lowmem > pcms->max_ram_below_4g) { in pc_q35_init()
170 lowmem = pcms->max_ram_below_4g; in pc_q35_init()
171 if (machine->ram_size - lowmem > lowmem && in pc_q35_init()
172 lowmem & (1 * GiB - 1)) { in pc_q35_init()
181 if (machine->ram_size >= lowmem) { in pc_q35_init()
182 x86ms->above_4g_mem_size = machine->ram_size - lowmem; in pc_q35_init()
183 x86ms->below_4g_mem_size = lowmem; in pc_q35_init()
H A Dpc_piix.c118 ram_addr_t lowmem; in pc_init1() local
159 lowmem = pcms->max_ram_below_4g; in pc_init1()
162 if (lowmem > 0xc0000000) { in pc_init1()
163 lowmem = 0xc0000000; in pc_init1()
165 if (lowmem & (1 * GiB - 1)) { in pc_init1()
174 if (machine->ram_size >= lowmem) { in pc_init1()
175 x86ms->above_4g_mem_size = machine->ram_size - lowmem; in pc_init1()
176 x86ms->below_4g_mem_size = lowmem; in pc_init1()
H A Dmicrovm.c292 ram_addr_t lowmem = 0xc0000000; /* 3G */ in microvm_memory_init() local
295 if (machine->ram_size > lowmem) { in microvm_memory_init()
296 x86ms->above_4g_mem_size = machine->ram_size - lowmem; in microvm_memory_init()
297 x86ms->below_4g_mem_size = lowmem; in microvm_memory_init()
/openbmc/qemu/include/hw/loongarch/
H A Dvirt.h42 MemoryRegion lowmem; member
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dicm.c272 (table->lowmem ? GFP_KERNEL : GFP_HIGHUSER) | in mlx4_table_get()
323 if (!table->lowmem) in mlx4_table_find()
437 table->lowmem = use_lowmem; in mlx4_init_icm_table()
H A Dmlx4.h267 int lowmem; member
/openbmc/linux/Documentation/powerpc/
H A Dkaslr-booke32.rst15 parts expect lowmem to be mapped by fixed TLB entries(TLB1). The TLB1
/openbmc/linux/drivers/infiniband/hw/mthca/
H A Dmthca_memfree.h68 int lowmem; member
H A Dmthca_memfree.c235 (table->lowmem ? GFP_KERNEL : GFP_HIGHUSER) | in mthca_table_get()
285 if (!table->lowmem) in mthca_table_find()
378 table->lowmem = use_lowmem; in mthca_alloc_icm_table()
/openbmc/linux/Documentation/admin-guide/sysctl/
H A Dvm.rst293 lowmem basically depleted writers might be throttled too early and
329 the kernel to allow process memory to be allocated from the "lowmem"
333 And on large highmem machines this lack of reclaimable lowmem memory
337 which *could* use highmem from using too much lowmem. This means that
338 a certain amount of lowmem is defended from the possibility of being
343 highmem or lowmem).
471 watermark[WMARK_MIN] value for each lowmem zone in the system.
472 Each lowmem zone gets a number of reserved free pages based
/openbmc/linux/arch/arc/boot/dts/
H A Dhsdk.dts347 reg = <0x0 0x80000000 0x0 0x40000000>; /* 1 GB lowmem */
/openbmc/qemu/hw/loongarch/
H A Dvirt.c1185 memory_region_init_alias(&lvms->lowmem, NULL, "loongarch.lowram", in virt_init()
1187 memory_region_add_subregion(address_space_mem, base, &lvms->lowmem); in virt_init()
/openbmc/linux/Documentation/dev-tools/
H A Dkmemleak.rst172 and only perform the corresponding action if the address has a lowmem
/openbmc/linux/Documentation/filesystems/
H A Dtmpfs.rst85 machine with highmem) the number of lowmem RAM pages,
H A Dproc.rst1066 this memory, making it slower to access than lowmem.
1072 allocated. Bad things happen when you're out of lowmem.
/openbmc/linux/arch/mips/
H A DKconfig1688 of lowmem (up to 3GB). If unsure, say 'N' here.