Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mm/
H A Dmmu.c1198 phys_addr_t block_start, block_end, memblock_limit = 0; in adjust_lowmem_bounds() local
1252 if (!memblock_limit) { in adjust_lowmem_bounds()
1254 memblock_limit = block_start; in adjust_lowmem_bounds()
1256 memblock_limit = lowmem_limit; in adjust_lowmem_bounds()
1266 if (!memblock_limit) in adjust_lowmem_bounds()
1267 memblock_limit = arm_lowmem_limit; in adjust_lowmem_bounds()
1274 memblock_limit = round_down(memblock_limit, PMD_SIZE); in adjust_lowmem_bounds()
1281 &memblock_limit, &end); in adjust_lowmem_bounds()
1284 memblock_remove(memblock_limit, end - memblock_limit); in adjust_lowmem_bounds()
1288 memblock_set_current_limit(memblock_limit); in adjust_lowmem_bounds()