Home
last modified time | relevance | path

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

/arch/powerpc/mm/
Dinit_32.c100 unsigned long __max_low_memory = MAX_LOW_MEM; variable
159 if (total_lowmem > __max_low_memory) { in MMU_init()
160 total_lowmem = __max_low_memory; in MMU_init()
Dfsl_booke_mmu.c241 ram = min((phys_addr_t)__max_low_memory, (phys_addr_t)total_lowmem); in adjust_total_lowmem()
244 __max_low_memory = map_mem_in_cams(ram, CONFIG_LOWMEM_CAM_NUM, false); in adjust_total_lowmem()
251 (unsigned int)((total_lowmem - __max_low_memory) >> 20)); in adjust_total_lowmem()
253 memblock_set_current_limit(memstart_addr + __max_low_memory); in adjust_total_lowmem()
Dmmu_decl.h117 extern unsigned long __max_low_memory;