Lines Matching refs:boot_mem_top
146 if (fw_dump.param_area >= fw_dump.boot_mem_top) { in fadump_append_bootargs()
213 return (addr <= fw_dump.boot_mem_top); in is_fadump_memory_area()
290 pr_debug(" Boot memory top : %llx\n", fw_dump.boot_mem_top); in fadump_show_config()
472 fw_dump.boot_mem_top = PAGE_ALIGN(fw_dump.boot_memory_size + hole_size); in fadump_get_boot_mem_regions()
587 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()
1386 fadump_release_memory(fw_dump.boot_mem_top, memblock_end_of_DRAM()); in fadump_invalidate_release_mem()
1857 fadump_reserve_crash_area(fw_dump.boot_mem_top); in fadump_reserve_mem()