Home
last modified time | relevance | path

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

/Linux-v6.1/arch/riscv/include/asm/
Dkexec.h60 int arch_kexec_apply_relocations_add(struct purgatory_info *pi,
64 #define arch_kexec_apply_relocations_add arch_kexec_apply_relocations_add macro
/Linux-v6.1/arch/s390/include/asm/
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
/Linux-v6.1/arch/x86/include/asm/
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
/Linux-v6.1/include/linux/
Dkexec.h259 #ifndef arch_kexec_apply_relocations_add
270 arch_kexec_apply_relocations_add(struct purgatory_info *pi, Elf_Shdr *section, in arch_kexec_apply_relocations_add() function
/Linux-v6.1/arch/s390/kernel/
Dmachine_kexec_file.c298 int arch_kexec_apply_relocations_add(struct purgatory_info *pi, in arch_kexec_apply_relocations_add() function
/Linux-v6.1/arch/x86/kernel/
Dmachine_kexec_64.c398 int arch_kexec_apply_relocations_add(struct purgatory_info *pi, in arch_kexec_apply_relocations_add() function
/Linux-v6.1/arch/riscv/kernel/
Delf_kexec.c345 int arch_kexec_apply_relocations_add(struct purgatory_info *pi, in arch_kexec_apply_relocations_add() function
/Linux-v6.1/kernel/
Dkexec_file.c969 ret = arch_kexec_apply_relocations_add(pi, section, in kexec_apply_relocations()