Searched refs:boot_memory_size (Results 1 – 2 of 2) sorted by relevance
133 return (addr + size) > RMA_START && addr <= fw_dump.boot_memory_size; in is_fadump_memory_area()157 unsigned long end_pfn = PHYS_PFN(RMA_START + fw_dump.boot_memory_size); in is_boot_memory_area_contiguous()196 pr_debug("Boot memory size : %lx\n", fw_dump.boot_memory_size); in fadump_show_config()247 fdm->rmr_region.source_len = cpu_to_be64(fw_dump.boot_memory_size); in init_fadump_mem_struct()249 addr += fw_dump.boot_memory_size; in init_fadump_mem_struct()335 size += fw_dump.boot_memory_size; in get_fadump_area_size()365 fw_dump.boot_memory_size = be64_to_cpu(fdm_active->rmr_region.source_len); in fadump_reserve_mem()367 fw_dump.boot_memory_size = fadump_calculate_reserve_size(); in fadump_reserve_mem()398 base = fw_dump.boot_memory_size; in fadump_reserve_mem()420 for (base = fw_dump.boot_memory_size; in fadump_reserve_mem()[all …]
128 unsigned long boot_memory_size; member