Searched refs:elfcorehdr_addr (Results 1 – 7 of 7) sorted by relevance
15 unsigned long long elfcorehdr_addr = ELFCORE_ADDR_MAX; variable16 EXPORT_SYMBOL_GPL(elfcorehdr_addr);34 elfcorehdr_addr = memparse(arg, &end); in setup_elfcorehdr()36 elfcorehdr_size = elfcorehdr_addr; in setup_elfcorehdr()37 elfcorehdr_addr = memparse(end + 1, &end); in setup_elfcorehdr()
15 extern unsigned long long elfcorehdr_addr;70 return elfcorehdr_addr != ELFCORE_ADDR_MAX; in is_kdump_kernel()84 return elfcorehdr_addr != ELFCORE_ADDR_ERR && in is_vmcore_usable()85 elfcorehdr_addr != ELFCORE_ADDR_MAX ? 1 : 0; in is_vmcore_usable()94 elfcorehdr_addr = ELFCORE_ADDR_ERR; in vmcore_unusable()
241 if (elfcorehdr_addr >= start && elfcorehdr_addr < end) { in arch_reserve_vmcore()247 elfcorehdr_size = end - elfcorehdr_addr; in arch_reserve_vmcore()253 if (memblock_is_region_reserved(elfcorehdr_addr, elfcorehdr_size)) { in arch_reserve_vmcore()258 memblock_reserve(elfcorehdr_addr, elfcorehdr_size); in arch_reserve_vmcore()261 elfcorehdr_size >> 10, elfcorehdr_addr); in arch_reserve_vmcore()
165 elfcorehdr_res.start = elfcorehdr_addr; in init_resources()166 elfcorehdr_res.end = elfcorehdr_addr + elfcorehdr_size - 1; in init_resources()
122 u64 elfcorehdr_addr; member
516 fadump_conf->elfcorehdr_addr); in opal_fadump_build_cpu_notes()517 fadump_update_elfcore_header((char *)fadump_conf->elfcorehdr_addr); in opal_fadump_build_cpu_notes()
426 pr_debug("Updating elfcore header (%llx) with cpu notes\n", fadump_conf->elfcorehdr_addr); in rtas_fadump_build_cpu_notes()427 fadump_update_elfcore_header((char *)fadump_conf->elfcorehdr_addr); in rtas_fadump_build_cpu_notes()