Lines Matching refs:boot_mem_top
157 if (fw_dump.param_area < fw_dump.boot_mem_top) { in fadump_append_bootargs()
224 return (addr <= fw_dump.boot_mem_top); in is_fadump_memory_area()
299 pr_debug(" Boot memory top : %llx\n", fw_dump.boot_mem_top); in fadump_show_config()
481 fw_dump.boot_mem_top = PAGE_ALIGN(fw_dump.boot_memory_size + hole_size); in fadump_get_boot_mem_regions()
589 base = fw_dump.boot_mem_top; in fadump_reserve_mem()
890 if ((start + size) == base && start >= fw_dump.boot_mem_top) in fadump_add_mem_range()
1072 if (mstart < fw_dump.boot_mem_top) { in fadump_populate_elfcorehdr()
1073 if (mend > fw_dump.boot_mem_top) in fadump_populate_elfcorehdr()
1074 mstart = fw_dump.boot_mem_top; in fadump_populate_elfcorehdr()
1383 fadump_release_memory(fw_dump.boot_mem_top, memblock_end_of_DRAM()); in fadump_invalidate_release_mem()
1775 range_end = min(ppc64_rma_size, fw_dump.boot_mem_top); in fadump_setup_param_area()
1859 fadump_reserve_crash_area(fw_dump.boot_mem_top); in fadump_reserve_mem()