Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/kernel/
Dhead.c22 unsigned int lowmem, ebda_addr; in reserve_ebda_region() local
34 lowmem = *(unsigned short *)__va(BIOS_LOWMEM_KILOBYTES); in reserve_ebda_region()
35 lowmem <<= 10; in reserve_ebda_region()
42 if ((lowmem - ebda_addr) <= 0x10000) in reserve_ebda_region()
43 lowmem = ebda_addr; in reserve_ebda_region()
47 if ((ebda_addr == 0) && (lowmem >= 0x9f000)) in reserve_ebda_region()
48 lowmem = 0x9f000; in reserve_ebda_region()
51 if ((lowmem == 0) || (lowmem >= 0x100000)) in reserve_ebda_region()
52 lowmem = 0x9f000; in reserve_ebda_region()
55 memblock_x86_reserve_range(lowmem, 0x100000, "* BIOS reserved"); in reserve_ebda_region()
/linux-2.6.39/drivers/net/mlx4/
Dicm.c242 (table->lowmem ? GFP_KERNEL : GFP_HIGHUSER) | in mlx4_table_get()
289 if (!table->lowmem) in mlx4_table_find()
378 table->lowmem = use_lowmem; in mlx4_init_icm_table()
Dmlx4.h127 int lowmem; member
/linux-2.6.39/drivers/infiniband/hw/mthca/
Dmthca_memfree.h68 int lowmem; member
Dmthca_memfree.c236 (table->lowmem ? GFP_KERNEL : GFP_HIGHUSER) | in mthca_table_get()
288 if (!table->lowmem) in mthca_table_find()
382 table->lowmem = use_lowmem; in mthca_alloc_icm_table()
/linux-2.6.39/Documentation/sysctl/
Dvm.txt211 the kernel to allow process memory to be allocated from the "lowmem"
215 And on large highmem machines this lack of reclaimable lowmem memory
219 which _could_ use highmem from using too much lowmem. This means that
220 a certain amount of lowmem is defended from the possibility of being
225 highmem or lowmem).
352 watermark[WMARK_MIN] value for each lowmem zone in the system.
353 Each lowmem zone gets a number of reserved free pages based
/linux-2.6.39/Documentation/filesystems/
Dtmpfs.txt66 machine with highmem) the number of lowmem RAM pages,
Dproc.txt726 this memory, making it slower to access than lowmem.
732 allocated. Bad things happen when you're out of lowmem.
/linux-2.6.39/Documentation/
Dkernel-parameters.txt1645 nobats [PPC] Do not use BATs for mapping kernel lowmem
1738 lowmem mapping on PPC40x.