Searched refs:lowmem (Results 1 - 5 of 5) sorted by last modified time

/linux-master/drivers/infiniband/hw/mthca/
H A Dmthca_memfree.h68 int lowmem; member in struct:mthca_icm_table
H A Dmthca_memfree.c235 (table->lowmem ? GFP_KERNEL : GFP_HIGHUSER) |
285 if (!table->lowmem)
378 table->lowmem = use_lowmem;
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dmlx4.h267 int lowmem; member in struct:mlx4_icm_table
H A Dicm.c272 (table->lowmem ? GFP_KERNEL : GFP_HIGHUSER) |
323 if (!table->lowmem)
437 table->lowmem = use_lowmem;
/linux-master/arch/mips/bcm47xx/
H A Dprom.c54 static unsigned long lowmem __initdata;
92 lowmem = mem;
146 if (lowmem != 128 << 20 || !highmem_region)
165 extmem -= lowmem;

Completed in 155 milliseconds