Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/
Dkexec_file.c105 vfree(pi->purgatory_buf); in kimage_file_post_load_cleanup()
106 pi->purgatory_buf = NULL; in kimage_file_post_load_cleanup()
731 if (ksegment->kbuf == pi->purgatory_buf) in kexec_calculate_store_digests()
839 pi->purgatory_buf = kbuf->buffer; in kexec_purgatory_setup_kbuf()
847 vfree(pi->purgatory_buf); in kexec_purgatory_setup_kbuf()
848 pi->purgatory_buf = NULL; in kexec_purgatory_setup_kbuf()
910 dst = pi->purgatory_buf + offset; in kexec_purgatory_setup_sechdrs()
1019 vfree(pi->purgatory_buf); in kexec_load_purgatory()
1020 pi->purgatory_buf = NULL; in kexec_load_purgatory()
1128 sym_buf = (char *)pi->purgatory_buf + sec->sh_offset + sym->st_value; in kexec_purgatory_get_set_symbol()
/Linux-v6.1/include/linux/
Dkexec.h123 void *purgatory_buf; member
/Linux-v6.1/arch/s390/kernel/
Dmachine_kexec_file.c347 loc = pi->purgatory_buf; in arch_kexec_apply_relocations_add()
/Linux-v6.1/arch/x86/kernel/
Dmachine_kexec_64.c432 location = pi->purgatory_buf; in arch_kexec_apply_relocations_add()
/Linux-v6.1/arch/riscv/kernel/
Delf_kexec.c377 loc = pi->purgatory_buf; in arch_kexec_apply_relocations_add()