Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/
Dkexec.c65 size_t __weak kexec_purgatory_size = 0; variable
2538 if (kexec_purgatory_size <= 0) in kexec_load_purgatory()
2541 if (kexec_purgatory_size < sizeof(Elf_Ehdr)) in kexec_load_purgatory()
2552 if (pi->ehdr->e_shoff >= kexec_purgatory_size in kexec_load_purgatory()
2554 kexec_purgatory_size - pi->ehdr->e_shoff)) in kexec_load_purgatory()