Home
last modified time | relevance | path

Searched refs:elfcorehdr_addr (Results 1 – 15 of 15) sorted by relevance

/linux/kernel/
A Dcrash_dump.c15 unsigned long long elfcorehdr_addr = ELFCORE_ADDR_MAX; variable
16 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()
/linux/include/linux/
A Dcrash_dump.h15 extern unsigned long long elfcorehdr_addr;
66 return elfcorehdr_addr != ELFCORE_ADDR_MAX; in is_kdump_kernel()
79 return is_kdump_kernel() && elfcorehdr_addr != ELFCORE_ADDR_ERR ? 1 : 0; in is_vmcore_usable()
89 elfcorehdr_addr = ELFCORE_ADDR_ERR; in vmcore_unusable()
/linux/arch/mips/kernel/
A Dsetup.c417 if (elfcorehdr_addr >= start && elfcorehdr_addr < end) { in mips_reserve_vmcore()
423 elfcorehdr_size = end - elfcorehdr_addr; in mips_reserve_vmcore()
430 (unsigned long)elfcorehdr_size >> 10, (unsigned long)elfcorehdr_addr >> 10); in mips_reserve_vmcore()
432 memblock_reserve(elfcorehdr_addr, elfcorehdr_size); in mips_reserve_vmcore()
/linux/arch/powerpc/platforms/pseries/
A Drtas-fadump.c373 fdh->elfcorehdr_addr); in rtas_fadump_build_cpu_notes()
374 fadump_update_elfcore_header(__va(fdh->elfcorehdr_addr)); in rtas_fadump_build_cpu_notes()
427 elfcorehdr_addr = fdh->elfcorehdr_addr; in rtas_fadump_process()
/linux/arch/powerpc/platforms/powernv/
A Dopal-fadump.c508 fdh->elfcorehdr_addr); in opal_fadump_build_cpu_notes()
509 fadump_update_elfcore_header(__va(fdh->elfcorehdr_addr)); in opal_fadump_build_cpu_notes()
549 elfcorehdr_addr = fdh->elfcorehdr_addr; in opal_fadump_process()
/linux/fs/proc/
A Dvmcore.c1237 addr = elfcorehdr_addr; in parse_crash_elf64_headers()
1266 addr = elfcorehdr_addr; in parse_crash_elf64_headers()
1293 addr = elfcorehdr_addr; in parse_crash_elf32_headers()
1321 addr = elfcorehdr_addr; in parse_crash_elf32_headers()
1348 addr = elfcorehdr_addr; in parse_crash_elf_headers()
1581 rc = elfcorehdr_alloc(&elfcorehdr_addr, &elfcorehdr_size); in vmcore_init()
1595 elfcorehdr_free(elfcorehdr_addr); in vmcore_init()
1596 elfcorehdr_addr = ELFCORE_ADDR_ERR; in vmcore_init()
/linux/arch/riscv/kernel/
A Dsetup.c181 elfcorehdr_res.start = elfcorehdr_addr; in init_resources()
182 elfcorehdr_res.end = elfcorehdr_addr + elfcorehdr_size - 1; in init_resources()
/linux/drivers/of/
A Dfdt.c610 if (memblock_is_region_reserved(elfcorehdr_addr, elfcorehdr_size)) { in fdt_reserve_elfcorehdr()
615 memblock_reserve(elfcorehdr_addr, elfcorehdr_size); in fdt_reserve_elfcorehdr()
618 elfcorehdr_size >> 10, elfcorehdr_addr); in fdt_reserve_elfcorehdr()
961 elfcorehdr_addr = dt_mem_next_cell(dt_root_addr_cells, &prop); in early_init_dt_check_for_elfcorehdr()
965 elfcorehdr_addr, elfcorehdr_size); in early_init_dt_check_for_elfcorehdr()
/linux/arch/powerpc/include/asm/
A Dfadump-internal.h55 u64 elfcorehdr_addr; member
/linux/arch/ia64/kernel/
A Dsetup.c342 if ((length = vmcore_find_descriptor_size(elfcorehdr_addr)) == 0) { in reserve_elfcorehdr()
347 *start = (unsigned long)__va(elfcorehdr_addr); in reserve_elfcorehdr()
/linux/arch/s390/kernel/
A Dsetup.c981 elfcorehdr_addr = ELFCORE_ADDR_MAX; in setup_arch()
/linux/arch/powerpc/kernel/
A Dfadump.c1158 fdh->elfcorehdr_addr = addr; in init_fadump_header()
/linux/
A Dvmlinux.symvers1486 0x00000000 elfcorehdr_addr vmlinux EXPORT_SYMBOL_GPL
A DSystem.map131062 ffff800011e5c9b8 D elfcorehdr_addr
A D.tmp_System.map131062 ffff800011e5c9b8 D elfcorehdr_addr

Completed in 407 milliseconds