Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/
Dhead.c31 unsigned int lowmem, ebda_addr; in reserve_ebda_region() local
45 lowmem = *(unsigned short *)__va(BIOS_LOWMEM_KILOBYTES); in reserve_ebda_region()
46 lowmem <<= 10; in reserve_ebda_region()
62 if (lowmem < INSANE_CUTOFF) in reserve_ebda_region()
63 lowmem = LOWMEM_CAP; in reserve_ebda_region()
66 lowmem = min(lowmem, ebda_addr); in reserve_ebda_region()
67 lowmem = min(lowmem, LOWMEM_CAP); /* Absolute cap */ in reserve_ebda_region()
70 memblock_reserve(lowmem, 0x100000 - lowmem); in reserve_ebda_region()
/linux-4.1.27/arch/mips/bcm47xx/
Dprom.c53 static unsigned long lowmem __initdata;
91 lowmem = mem; in prom_init_mem()
149 if (lowmem != 128 << 20 || !highmem_region) in bcm47xx_prom_highmem_init()
168 extmem -= lowmem; in bcm47xx_prom_highmem_init()
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Dicm.c264 (table->lowmem ? gfp : GFP_HIGHUSER) | in mlx4_table_get()
315 if (!table->lowmem) in mlx4_table_find()
406 table->lowmem = use_lowmem; in mlx4_init_icm_table()
Dmlx4.h263 int lowmem; member
/linux-4.1.27/drivers/infiniband/hw/mthca/
Dmthca_memfree.h68 int lowmem; member
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()
/linux-4.1.27/Documentation/sysctl/
Dvm.txt287 the kernel to allow process memory to be allocated from the "lowmem"
291 And on large highmem machines this lack of reclaimable lowmem memory
295 which _could_ use highmem from using too much lowmem. This means that
296 a certain amount of lowmem is defended from the possibility of being
301 highmem or lowmem).
428 watermark[WMARK_MIN] value for each lowmem zone in the system.
429 Each lowmem zone gets a number of reserved free pages based
/linux-4.1.27/Documentation/filesystems/
Dtmpfs.txt66 machine with highmem) the number of lowmem RAM pages,
Dproc.txt871 this memory, making it slower to access than lowmem.
877 allocated. Bad things happen when you're out of lowmem.
/linux-4.1.27/arch/mips/
DKconfig1643 of lowmem (up to 3GB). If unsure, say 'N' here.
/linux-4.1.27/Documentation/
Dkernel-parameters.txt2322 nobats [PPC] Do not use BATs for mapping kernel lowmem
2450 lowmem mapping on PPC40x.