Searched refs:elfcorehdr_addr (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | crash_dump.c | 15 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()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | crash_dump.h | 17 extern unsigned long long elfcorehdr_addr; 67 return elfcorehdr_addr != ELFCORE_ADDR_MAX; in is_kdump_kernel() 80 return is_kdump_kernel() && elfcorehdr_addr != ELFCORE_ADDR_ERR ? 1 : 0; in is_vmcore_usable() 90 elfcorehdr_addr = ELFCORE_ADDR_ERR; in vmcore_unusable()
|
| /OK3568_Linux_fs/kernel/arch/arm64/mm/ |
| H A D | init.c | 173 elfcorehdr_addr = dt_mem_next_cell(dt_root_addr_cells, ®); in early_init_dt_scan_elfcorehdr() 194 if (memblock_is_region_reserved(elfcorehdr_addr, elfcorehdr_size)) { in reserve_elfcorehdr() 199 memblock_reserve(elfcorehdr_addr, elfcorehdr_size); in reserve_elfcorehdr() 202 elfcorehdr_size >> 10, elfcorehdr_addr); in reserve_elfcorehdr()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/ |
| H A D | rtas-fadump.c | 373 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()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kexec/ |
| H A D | file_load.c | 48 image->arch.elfcorehdr_addr); in setup_kdump_cmdline() 266 ret = fdt_add_mem_rsv(fdt, image->arch.elfcorehdr_addr, in setup_new_fdt()
|
| H A D | file_load_64.c | 819 image->arch.elfcorehdr_addr = kbuf->mem; in load_elfcorehdr_segment() 855 image->arch.elfcorehdr_addr, kbuf->bufsz, kbuf->memsz); in load_crashdump_segments_ppc64()
|
| /OK3568_Linux_fs/kernel/fs/proc/ |
| H A D | vmcore.c | 1198 addr = elfcorehdr_addr; in parse_crash_elf64_headers() 1227 addr = elfcorehdr_addr; in parse_crash_elf64_headers() 1254 addr = elfcorehdr_addr; in parse_crash_elf32_headers() 1282 addr = elfcorehdr_addr; in parse_crash_elf32_headers() 1309 addr = elfcorehdr_addr; in parse_crash_elf_headers() 1545 rc = elfcorehdr_alloc(&elfcorehdr_addr, &elfcorehdr_size); in vmcore_init() 1559 elfcorehdr_free(elfcorehdr_addr); in vmcore_init() 1560 elfcorehdr_addr = ELFCORE_ADDR_ERR; in vmcore_init()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/ |
| H A D | opal-fadump.c | 516 fdh->elfcorehdr_addr); in opal_fadump_build_cpu_notes() 517 fadump_update_elfcore_header(__va(fdh->elfcorehdr_addr)); in opal_fadump_build_cpu_notes() 557 elfcorehdr_addr = fdh->elfcorehdr_addr; in opal_fadump_process()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | kexec.h | 111 unsigned long elfcorehdr_addr; member
|
| H A D | fadump-internal.h | 55 u64 elfcorehdr_addr; member
|
| /OK3568_Linux_fs/kernel/arch/ia64/kernel/ |
| H A D | setup.c | 539 if ((length = vmcore_find_descriptor_size(elfcorehdr_addr)) == 0) { in reserve_elfcorehdr() 544 *start = (unsigned long)__va(elfcorehdr_addr); in reserve_elfcorehdr()
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | setup.c | 1125 elfcorehdr_addr = ELFCORE_ADDR_MAX; in setup_arch()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | fadump.c | 1162 fdh->elfcorehdr_addr = addr; in init_fadump_header()
|