Home
last modified time | relevance | path

Searched refs:arch_kexec_do_relocs (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/s390/kernel/
H A Dmachine_kexec_reloc.c5 int arch_kexec_do_relocs(int r_type, void *loc, unsigned long val, in arch_kexec_do_relocs() function
H A Dmachine_kexec_file.c364 ret = arch_kexec_do_relocs(r_type, loc, val, addr); in arch_kexec_apply_relocations_add()
/openbmc/linux/arch/s390/include/asm/
H A Dkexec.h76 int arch_kexec_do_relocs(int r_type, void *loc, unsigned long val,
/openbmc/linux/arch/s390/boot/
H A Dstartup.c125 rc = arch_kexec_do_relocs(r_type, (void *) loc, val, 0); in handle_relocs()