Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/
Dkexec_file.c138 vfree(pi->purgatory_buf); in kimage_file_post_load_cleanup()
139 pi->purgatory_buf = NULL; in kimage_file_post_load_cleanup()
743 if (ksegment->kbuf == pi->purgatory_buf) in kexec_calculate_store_digests()
851 pi->purgatory_buf = kbuf->buffer; in kexec_purgatory_setup_kbuf()
859 vfree(pi->purgatory_buf); in kexec_purgatory_setup_kbuf()
860 pi->purgatory_buf = NULL; in kexec_purgatory_setup_kbuf()
922 dst = pi->purgatory_buf + offset; in kexec_purgatory_setup_sechdrs()
1031 vfree(pi->purgatory_buf); in kexec_load_purgatory()
1032 pi->purgatory_buf = NULL; in kexec_load_purgatory()
1140 sym_buf = (char *)pi->purgatory_buf + sec->sh_offset + sym->st_value; in kexec_purgatory_get_set_symbol()
/kernel/linux/linux-5.10/include/linux/
Dkexec.h116 void *purgatory_buf; member
/kernel/linux/linux-5.10/arch/s390/kernel/
Dmachine_kexec_file.c312 loc = pi->purgatory_buf; in arch_kexec_apply_relocations_add()
/kernel/linux/linux-5.10/arch/x86/kernel/
Dmachine_kexec_64.c461 location = pi->purgatory_buf; in arch_kexec_apply_relocations_add()