Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/cavium-octeon/
Dsetup.c62 static unsigned long long RESERVE_LOW_MEM = 0ull; variable
112 addr = (OCTEON_DDR0_BASE + RESERVE_LOW_MEM + low_reserved_bytes); in kexec_bootmem_init()
117 mem_size - RESERVE_LOW_MEM - in kexec_bootmem_init()
123 OCTEON_DDR0_SIZE - RESERVE_LOW_MEM - in kexec_bootmem_init()
810 RESERVE_LOW_MEM = memparse(p + 1, &p); in prom_init()
824 RESERVE_LOW_MEM = memparse(p + 1, &p); in prom_init()
918 add_memory_region(RESERVE_LOW_MEM, MAX_MEMORY, BOOT_MEM_RAM); in plat_mem_setup()