Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm64/kernel/
A Dmachine_kexec_file.c77 ret = crash_prepare_elf64_headers(cmem, true, addr, sz); in prepare_elf_headers()
/linux-6.3-rc2/arch/x86/kernel/
A Dcrash.c253 ret = crash_prepare_elf64_headers(cmem, IS_ENABLED(CONFIG_X86_64), addr, sz); in prepare_elf_headers()
/linux-6.3-rc2/include/linux/
A Dkexec.h253 extern int crash_prepare_elf64_headers(struct crash_mem *mem, int need_kernel_map,
/linux-6.3-rc2/arch/riscv/kernel/
A Delf_kexec.c155 ret = crash_prepare_elf64_headers(cmem, true, addr, sz); in prepare_elf_headers()
/linux-6.3-rc2/arch/powerpc/kexec/
A Dfile_load_64.c805 ret = crash_prepare_elf64_headers(cmem, false, &headers, &headers_sz); in load_elfcorehdr_segment()
/linux-6.3-rc2/kernel/
A Dkexec_file.c1224 int crash_prepare_elf64_headers(struct crash_mem *mem, int need_kernel_map, in crash_prepare_elf64_headers() function

Completed in 11 milliseconds