Home
last modified time | relevance | path

Searched refs:kexec_load_purgatory (Results 1 – 5 of 5) sorted by relevance

/linux/arch/powerpc/kexec/
H A Delf_64.c66 ret = kexec_load_purgatory(image, &pbuf); in elf64_load()
/linux/arch/s390/kernel/
H A Dmachine_kexec_file.c144 ret = kexec_load_purgatory(image, &buf); in kexec_file_add_purgatory()
/linux/arch/riscv/kernel/
H A Delf_kexec.c278 ret = kexec_load_purgatory(image, &kbuf); in elf_kexec_load()
/linux/arch/x86/kernel/
H A Dkexec-bzimage64.c451 ret = kexec_load_purgatory(image, &pbuf); in bzImage64_load()
/linux/kernel/
H A Dkexec_file.c1038 int kexec_load_purgatory(struct kimage *image, struct kexec_buf *kbuf) in kexec_load_purgatory() function