Home
last modified time | relevance | path

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

/linux/arch/powerpc/mm/
A Dinit_32.c82 unsigned long __max_low_memory = MAX_LOW_MEM; variable
146 if (total_lowmem > __max_low_memory) { in MMU_init()
147 total_lowmem = __max_low_memory; in MMU_init()
A Dmmu_decl.h103 extern unsigned long __max_low_memory;
/linux/arch/powerpc/mm/nohash/
A Dfsl_book3e.c273 ram = min((phys_addr_t)__max_low_memory, (phys_addr_t)total_lowmem); in adjust_total_lowmem()
276 __max_low_memory = map_mem_in_cams(ram, CONFIG_LOWMEM_CAM_NUM, false, true); in adjust_total_lowmem()
283 (unsigned int)((total_lowmem - __max_low_memory) >> 20)); in adjust_total_lowmem()
285 memblock_set_current_limit(memstart_addr + __max_low_memory); in adjust_total_lowmem()
302 remapped = map_mem_in_cams(__max_low_memory, CONFIG_LOWMEM_CAM_NUM, false, false); in mmu_mark_initmem_nx()
304 WARN_ON(__max_low_memory != remapped); in mmu_mark_initmem_nx()
A Dkaslr_booke.c316 ram = min_t(phys_addr_t, __max_low_memory, size); in kaslr_choose_location()

Completed in 7 milliseconds