Home
last modified time | relevance | path

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

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