Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dcrash_core.h62 extern int crash_prepare_elf64_headers(struct crash_mem *mem, int need_kernel_map,
/linux-6.12.1/arch/arm64/kernel/
Dmachine_kexec_file.c78 ret = crash_prepare_elf64_headers(cmem, true, addr, sz); in prepare_elf_headers()
/linux-6.12.1/arch/powerpc/kexec/
Dcrash.c457 ret = crash_prepare_elf64_headers(cmem, false, &elfbuf, &elfsz); in update_crash_elfcorehdr()
Dfile_load_64.c624 ret = crash_prepare_elf64_headers(cmem, false, &headers, &headers_sz); in load_elfcorehdr_segment()
/linux-6.12.1/arch/x86/kernel/
Dcrash.c240 ret = crash_prepare_elf64_headers(cmem, IS_ENABLED(CONFIG_X86_64), addr, sz); in prepare_elf_headers()
/linux-6.12.1/kernel/
Dcrash_core.c161 int crash_prepare_elf64_headers(struct crash_mem *mem, int need_kernel_map, in crash_prepare_elf64_headers() function
/linux-6.12.1/arch/riscv/kernel/
Delf_kexec.c163 ret = crash_prepare_elf64_headers(cmem, true, addr, sz); in prepare_elf_headers()