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

/linux-master/kernel/
H A Dkexec_file.c105 vfree(pi->purgatory_buf);
106 pi->purgatory_buf = NULL;
759 if (ksegment->kbuf == pi->purgatory_buf)
867 pi->purgatory_buf = kbuf->buffer;
875 vfree(pi->purgatory_buf);
876 pi->purgatory_buf = NULL;
951 dst = pi->purgatory_buf + offset;
1028 * image->purgatory_info.purgatory_buf/kbuf->buffer. Caller is responsible
1060 vfree(pi->purgatory_buf);
1061 pi->purgatory_buf
[all...]
/linux-master/include/linux/
H A Dkexec.h123 void *purgatory_buf; member in struct:purgatory_info
/linux-master/arch/s390/kernel/
H A Dmachine_kexec_file.c358 loc = pi->purgatory_buf;
/linux-master/arch/x86/kernel/
H A Dmachine_kexec_64.c418 location = pi->purgatory_buf;
/linux-master/arch/riscv/kernel/
H A Delf_kexec.c403 loc = pi->purgatory_buf;

Completed in 138 milliseconds