Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/kernel/
H A Dmachine_kexec.c40 static unsigned long first_ind_entry; variable
134 do_kexec(efi_boot, cmdline_ptr, systable_ptr, start_addr, first_ind_entry); in kexec_reboot()
268 first_ind_entry = (image->type == KEXEC_TYPE_DEFAULT) ? in machine_kexec()
/openbmc/linux/arch/riscv/kernel/
H A Dmachine_kexec.c202 unsigned long first_ind_entry = (unsigned long) &image->head; in machine_kexec() local
228 kexec_method(first_ind_entry, jump_addr, fdt_addr, in machine_kexec()
/openbmc/linux/arch/loongarch/include/asm/
H A Dkexec.h48 unsigned long first_ind_entry);
/openbmc/linux/arch/riscv/include/asm/
H A Dkexec.h49 typedef void (*riscv_kexec_method)(unsigned long first_ind_entry,