Home
last modified time | relevance | path

Searched refs:crash_prepare_elf64_headers (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/linux/
H A Dcrash_core.h101 extern int crash_prepare_elf64_headers(struct crash_mem *mem, int need_kernel_map,
/openbmc/linux/arch/arm64/kernel/
H A Dmachine_kexec_file.c77 ret = crash_prepare_elf64_headers(cmem, true, addr, sz); in prepare_elf_headers()
/openbmc/linux/arch/x86/kernel/
H A Dcrash.c224 ret = crash_prepare_elf64_headers(cmem, IS_ENABLED(CONFIG_X86_64), addr, sz); in prepare_elf_headers()
/openbmc/linux/arch/riscv/kernel/
H A Delf_kexec.c161 ret = crash_prepare_elf64_headers(cmem, true, addr, sz); in prepare_elf_headers()
/openbmc/linux/kernel/
H A Dcrash_core.c324 int crash_prepare_elf64_headers(struct crash_mem *mem, int need_kernel_map, in crash_prepare_elf64_headers() function
/openbmc/linux/arch/powerpc/kexec/
H A Dfile_load_64.c806 ret = crash_prepare_elf64_headers(cmem, false, &headers, &headers_sz); in load_elfcorehdr_segment()