Home
last modified time | relevance | path

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

/linux-6.14.4/arch/riscv/include/asm/
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
/linux-6.14.4/arch/s390/include/asm/
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-6.14.4/arch/x86/include/asm/
Dkexec.h204 int arch_kexec_apply_relocations_add(struct purgatory_info *pi,
208 #define arch_kexec_apply_relocations_add arch_kexec_apply_relocations_add macro
/linux-6.14.4/include/linux/
Dkexec.h232 #ifndef arch_kexec_apply_relocations_add
243 arch_kexec_apply_relocations_add(struct purgatory_info *pi, Elf_Shdr *section, in arch_kexec_apply_relocations_add() function
/linux-6.14.4/arch/s390/kernel/
Dmachine_kexec_file.c309 int arch_kexec_apply_relocations_add(struct purgatory_info *pi, in arch_kexec_apply_relocations_add() function
/linux-6.14.4/arch/riscv/kernel/
Delf_kexec.c372 int arch_kexec_apply_relocations_add(struct purgatory_info *pi, in arch_kexec_apply_relocations_add() function
/linux-6.14.4/arch/x86/kernel/
Dmachine_kexec_64.c438 int arch_kexec_apply_relocations_add(struct purgatory_info *pi, in arch_kexec_apply_relocations_add() function
/linux-6.14.4/kernel/
Dkexec_file.c1015 ret = arch_kexec_apply_relocations_add(pi, section, in kexec_apply_relocations()