Searched refs:purgatory_info (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/include/linux/ |
D | kexec.h | 101 struct purgatory_info { struct 177 int __weak arch_kexec_apply_relocations_add(struct purgatory_info *pi, 181 int __weak arch_kexec_apply_relocations(struct purgatory_info *pi, 261 struct purgatory_info purgatory_info; member
|
/Linux-v4.19/kernel/ |
D | kexec_file.c | 123 arch_kexec_apply_relocations_add(struct purgatory_info *pi, Elf_Shdr *section, in arch_kexec_apply_relocations_add() 140 arch_kexec_apply_relocations(struct purgatory_info *pi, Elf_Shdr *section, in arch_kexec_apply_relocations() 154 struct purgatory_info *pi = &image->purgatory_info; in kimage_file_post_load_cleanup() 606 struct purgatory_info *pi = &image->purgatory_info; in kexec_calculate_store_digests() 723 static int kexec_purgatory_setup_kbuf(struct purgatory_info *pi, in kexec_purgatory_setup_kbuf() 784 static int kexec_purgatory_setup_sechdrs(struct purgatory_info *pi, in kexec_purgatory_setup_sechdrs() 846 struct purgatory_info *pi = &image->purgatory_info; in kexec_apply_relocations() 916 struct purgatory_info *pi = &image->purgatory_info; in kexec_load_purgatory() 953 static const Elf_Sym *kexec_purgatory_find_symbol(struct purgatory_info *pi, in kexec_purgatory_find_symbol() 1003 struct purgatory_info *pi = &image->purgatory_info; in kexec_purgatory_get_symbol_addr() [all …]
|
/Linux-v4.19/arch/s390/kernel/ |
D | machine_kexec_file.c | 147 int arch_kexec_apply_relocations_add(struct purgatory_info *pi, in arch_kexec_apply_relocations_add()
|
/Linux-v4.19/arch/x86/kernel/ |
D | machine_kexec_64.c | 396 int arch_kexec_apply_relocations_add(struct purgatory_info *pi, in arch_kexec_apply_relocations_add()
|