Home
last modified time | relevance | path

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

/linux/arch/riscv/include/asm/
H A Dkexec.h62 int arch_kexec_apply_relocations_add(struct purgatory_info *pi,
66 #define arch_kexec_apply_relocations_add arch_kexec_apply_relocations_add macro
/linux/arch/s390/include/asm/
H A Dkexec.h104 int arch_kexec_apply_relocations_add(struct purgatory_info *pi,
108 #define arch_kexec_apply_relocations_add arch_kexec_apply_relocations_add macro
/linux/arch/x86/include/asm/
H A Dkexec.h203 int arch_kexec_apply_relocations_add(struct purgatory_info *pi,
207 #define arch_kexec_apply_relocations_add arch_kexec_apply_relocations_add macro
/linux/include/linux/
H A Dkexec.h277 #ifndef arch_kexec_apply_relocations_add
288 arch_kexec_apply_relocations_add(struct purgatory_info *pi, Elf_Shdr *section, in arch_kexec_apply_relocations_add() function
/linux/arch/riscv/kernel/
H A Dmachine_kexec_file.c145 int arch_kexec_apply_relocations_add(struct purgatory_info *pi, in arch_kexec_apply_relocations_add() function
/linux/arch/s390/kernel/
H A Dmachine_kexec_file.c309 int arch_kexec_apply_relocations_add(struct purgatory_info *pi, in arch_kexec_apply_relocations_add() function
/linux/arch/x86/kernel/
H A Dmachine_kexec_64.c470 int arch_kexec_apply_relocations_add(struct purgatory_info *pi, in arch_kexec_apply_relocations_add() function
/linux/kernel/
H A Dkexec_file.c1075 ret = arch_kexec_apply_relocations_add(pi, section, in kexec_apply_relocations()