Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mm/
Dmmu.c1164 phys_addr_t memblock_limit = 0; in adjust_lowmem_bounds() local
1207 if (!memblock_limit) { in adjust_lowmem_bounds()
1209 memblock_limit = block_start; in adjust_lowmem_bounds()
1211 memblock_limit = lowmem_limit; in adjust_lowmem_bounds()
1221 if (!memblock_limit) in adjust_lowmem_bounds()
1222 memblock_limit = arm_lowmem_limit; in adjust_lowmem_bounds()
1229 memblock_limit = round_down(memblock_limit, PMD_SIZE); in adjust_lowmem_bounds()
1236 &memblock_limit, &end); in adjust_lowmem_bounds()
1239 memblock_remove(memblock_limit, end - memblock_limit); in adjust_lowmem_bounds()
1243 memblock_set_current_limit(memblock_limit); in adjust_lowmem_bounds()