Home
last modified time | relevance | path

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

/linux/arch/powerpc/mm/
H A Dinit_32.c55 phys_addr_t total_lowmem; variable
86 total_lowmem = total_memory = memblock_end_of_DRAM() - memstart_addr; in MMU_init()
87 lowmem_end_addr = memstart_addr + total_lowmem; in MMU_init()
96 if (total_lowmem > __max_low_memory) { in MMU_init()
97 total_lowmem = __max_low_memory; in MMU_init()
98 lowmem_end_addr = memstart_addr + total_lowmem; in MMU_init()
100 total_memory = total_lowmem; in MMU_init()
101 memblock_enforce_memory_limit(total_lowmem); in MMU_init()
H A Dmmu_decl.h101 extern phys_addr_t total_lowmem;
H A Dpgtable_32.c124 phys_addr_t top = min(end, total_lowmem); in mapin_ram()
/linux/arch/powerpc/mm/nohash/
H A De500.c272 ram = min((phys_addr_t)__max_low_memory, (phys_addr_t)total_lowmem); in adjust_total_lowmem()
282 (unsigned int)((total_lowmem - __max_low_memory) >> 20)); in adjust_total_lowmem()
H A D44x.c199 return total_lowmem; in mmu_mapin_ram()
/linux/arch/powerpc/mm/kasan/
H A Dinit_32.c145 phys_addr_t top = min(end, total_lowmem); in kasan_init()