Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dkexec.h90 int arch_kexec_apply_relocations_add(struct purgatory_info *pi,
94 #define arch_kexec_apply_relocations_add arch_kexec_apply_relocations_add macro
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dkexec.h196 int arch_kexec_apply_relocations_add(struct purgatory_info *pi,
200 #define arch_kexec_apply_relocations_add arch_kexec_apply_relocations_add macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dkexec.h219 #ifndef arch_kexec_apply_relocations_add
230 arch_kexec_apply_relocations_add(struct purgatory_info *pi, Elf_Shdr *section, in arch_kexec_apply_relocations_add() function
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dmachine_kexec_file.c281 int arch_kexec_apply_relocations_add(struct purgatory_info *pi, in arch_kexec_apply_relocations_add() function
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dmachine_kexec_64.c427 int arch_kexec_apply_relocations_add(struct purgatory_info *pi, in arch_kexec_apply_relocations_add() function
/OK3568_Linux_fs/kernel/kernel/
H A Dkexec_file.c981 ret = arch_kexec_apply_relocations_add(pi, section, in kexec_apply_relocations()