Searched refs:lowmem (Results 1 – 9 of 9) sorted by relevance
22 unsigned int lowmem, ebda_addr; in reserve_ebda_region() local34 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()
242 (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()
127 int lowmem; member
68 int lowmem; member
236 (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()
211 the kernel to allow process memory to be allocated from the "lowmem"215 And on large highmem machines this lack of reclaimable lowmem memory219 which _could_ use highmem from using too much lowmem. This means that220 a certain amount of lowmem is defended from the possibility of being225 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
66 machine with highmem) the number of lowmem RAM pages,
726 this memory, making it slower to access than lowmem.732 allocated. Bad things happen when you're out of lowmem.
1645 nobats [PPC] Do not use BATs for mapping kernel lowmem1738 lowmem mapping on PPC40x.