Searched refs:arch_kexec_apply_relocations_add (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-6.6/arch/riscv/include/asm/ |
H A D | kexec.h | 61 int arch_kexec_apply_relocations_add(struct purgatory_info *pi, 65 #define arch_kexec_apply_relocations_add arch_kexec_apply_relocations_add macro
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | kexec.h | 90 int arch_kexec_apply_relocations_add(struct purgatory_info *pi, 94 #define arch_kexec_apply_relocations_add arch_kexec_apply_relocations_add macro
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | kexec.h | 101 int arch_kexec_apply_relocations_add(struct purgatory_info *pi, 105 #define arch_kexec_apply_relocations_add arch_kexec_apply_relocations_add macro
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | kexec.h | 196 int arch_kexec_apply_relocations_add(struct purgatory_info *pi, 200 #define arch_kexec_apply_relocations_add arch_kexec_apply_relocations_add macro
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | kexec.h | 197 int arch_kexec_apply_relocations_add(struct purgatory_info *pi, 201 #define arch_kexec_apply_relocations_add arch_kexec_apply_relocations_add macro
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | kexec.h | 219 #ifndef arch_kexec_apply_relocations_add 221 * arch_kexec_apply_relocations_add - apply relocations of type RELA 230 arch_kexec_apply_relocations_add(struct purgatory_info *pi, Elf_Shdr *section, in arch_kexec_apply_relocations_add() function
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | kexec.h | 234 #ifndef arch_kexec_apply_relocations_add 236 * arch_kexec_apply_relocations_add - apply relocations of type RELA 245 arch_kexec_apply_relocations_add(struct purgatory_info *pi, Elf_Shdr *section, in arch_kexec_apply_relocations_add() function
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | machine_kexec_file.c | 282 int arch_kexec_apply_relocations_add(struct purgatory_info *pi, in arch_kexec_apply_relocations_add() function
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | machine_kexec_64.c | 427 int arch_kexec_apply_relocations_add(struct purgatory_info *pi, in arch_kexec_apply_relocations_add() function
|
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | machine_kexec_file.c | 299 int arch_kexec_apply_relocations_add(struct purgatory_info *pi, in arch_kexec_apply_relocations_add() function
|
/kernel/linux/linux-6.6/arch/riscv/kernel/ |
H A D | elf_kexec.c | 365 int arch_kexec_apply_relocations_add(struct purgatory_info *pi, in arch_kexec_apply_relocations_add() function
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | machine_kexec_64.c | 387 int arch_kexec_apply_relocations_add(struct purgatory_info *pi, in arch_kexec_apply_relocations_add() function
|
/kernel/linux/linux-6.6/kernel/ |
H A D | kexec_file.c | 991 ret = arch_kexec_apply_relocations_add(pi, section, in kexec_apply_relocations()
|
/kernel/linux/linux-5.10/kernel/ |
H A D | kexec_file.c | 993 ret = arch_kexec_apply_relocations_add(pi, section, in kexec_apply_relocations()
|
Completed in 9 milliseconds