Searched refs:boot_memory_size (Results 1 – 2 of 2) sorted by relevance
128 return (addr + size) > RMA_START && addr <= fw_dump.boot_memory_size; in is_fadump_boot_memory_area()152 unsigned long end_pfn = PHYS_PFN(RMA_START + fw_dump.boot_memory_size); in is_boot_memory_area_contiguous()191 pr_debug("Boot memory size : %lx\n", fw_dump.boot_memory_size); in fadump_show_config()242 fdm->rmr_region.source_len = cpu_to_be64(fw_dump.boot_memory_size); in init_fadump_mem_struct()244 addr += fw_dump.boot_memory_size; in init_fadump_mem_struct()330 size += fw_dump.boot_memory_size; in get_fadump_area_size()380 fw_dump.boot_memory_size = be64_to_cpu(fdm_active->rmr_region.source_len); in fadump_reserve_mem()382 fw_dump.boot_memory_size = fadump_calculate_reserve_size(); in fadump_reserve_mem()422 base = fw_dump.boot_memory_size; in fadump_reserve_mem()440 for (base = fw_dump.boot_memory_size; in fadump_reserve_mem()[all …]
128 unsigned long boot_memory_size; member