Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/mm/
H A Dinit_32.c54 phys_addr_t total_lowmem; variable
85 total_lowmem = total_memory = memblock_end_of_DRAM() - memstart_addr; in MMU_init()
86 lowmem_end_addr = memstart_addr + total_lowmem; in MMU_init()
95 if (total_lowmem > __max_low_memory) { in MMU_init()
96 total_lowmem = __max_low_memory; in MMU_init()
97 lowmem_end_addr = memstart_addr + total_lowmem; in MMU_init()
99 total_memory = total_lowmem; in MMU_init()
100 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()
/openbmc/linux/arch/powerpc/mm/nohash/
H A D40x.c94 s = total_lowmem; in mmu_mapin_ram()
132 mapped = total_lowmem - s; in mmu_mapin_ram()
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()
/openbmc/linux/arch/powerpc/mm/kasan/
H A Dinit_32.c145 phys_addr_t top = min(end, total_lowmem); in kasan_init()