Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/include/asm/
H A Dkexec.h61 int arch_kexec_apply_relocations_add(struct purgatory_info *pi,
65 #define arch_kexec_apply_relocations_add arch_kexec_apply_relocations_add macro
/openbmc/linux/arch/s390/include/asm/
H A Dkexec.h101 int arch_kexec_apply_relocations_add(struct purgatory_info *pi,
105 #define arch_kexec_apply_relocations_add arch_kexec_apply_relocations_add macro
/openbmc/linux/arch/x86/include/asm/
H A Dkexec.h197 int arch_kexec_apply_relocations_add(struct purgatory_info *pi,
201 #define arch_kexec_apply_relocations_add arch_kexec_apply_relocations_add macro
/openbmc/linux/include/linux/
H A Dkexec.h234 #ifndef arch_kexec_apply_relocations_add
245 arch_kexec_apply_relocations_add(struct purgatory_info *pi, Elf_Shdr *section, in arch_kexec_apply_relocations_add() function
/openbmc/linux/arch/s390/kernel/
H A Dmachine_kexec_file.c299 int arch_kexec_apply_relocations_add(struct purgatory_info *pi, in arch_kexec_apply_relocations_add() function
/openbmc/linux/arch/x86/kernel/
H A Dmachine_kexec_64.c394 int arch_kexec_apply_relocations_add(struct purgatory_info *pi, in arch_kexec_apply_relocations_add() function
/openbmc/linux/arch/riscv/kernel/
H A Delf_kexec.c365 int arch_kexec_apply_relocations_add(struct purgatory_info *pi, in arch_kexec_apply_relocations_add() function
/openbmc/linux/kernel/
H A Dkexec_file.c991 ret = arch_kexec_apply_relocations_add(pi, section, in kexec_apply_relocations()