Home
last modified time | relevance | path

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

/linux-6.15/kernel/
H A Dkexec_file.c105 vfree(pi->purgatory_buf); in kimage_file_post_load_cleanup()
106 pi->purgatory_buf = NULL; in kimage_file_post_load_cleanup()
776 if (ksegment->kbuf == pi->purgatory_buf) in kexec_calculate_store_digests()
884 pi->purgatory_buf = kbuf->buffer; in kexec_purgatory_setup_kbuf()
892 vfree(pi->purgatory_buf); in kexec_purgatory_setup_kbuf()
893 pi->purgatory_buf = NULL; in kexec_purgatory_setup_kbuf()
968 dst = pi->purgatory_buf + offset; in kexec_purgatory_setup_sechdrs()
1077 vfree(pi->purgatory_buf); in kexec_load_purgatory()
1078 pi->purgatory_buf = NULL; in kexec_load_purgatory()
1186 sym_buf = (char *)pi->purgatory_buf + sec->sh_offset + sym->st_value; in kexec_purgatory_get_set_symbol()
/linux-6.15/include/linux/
H A Dkexec.h121 void *purgatory_buf; member
/linux-6.15/arch/s390/kernel/
H A Dmachine_kexec_file.c358 loc = pi->purgatory_buf; in arch_kexec_apply_relocations_add()
/linux-6.15/arch/x86/kernel/
H A Dmachine_kexec_64.c472 location = pi->purgatory_buf; in arch_kexec_apply_relocations_add()
/linux-6.15/arch/riscv/kernel/
H A Delf_kexec.c404 loc = pi->purgatory_buf; in arch_kexec_apply_relocations_add()