Home
last modified time | relevance | path

Searched refs:kexec_indirection_page (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/mips/kernel/
H A Dmachine_kexec.c19 extern unsigned long kexec_indirection_page;
221 kexec_indirection_page = in machine_kexec()
224 kexec_indirection_page = (unsigned long)&image->head; in machine_kexec()
H A Drelocate_kernel.S22 PTR_L s0, kexec_indirection_page
176 EXPORT(kexec_indirection_page)
178 .size kexec_indirection_page, PTRSIZE
/openbmc/linux/arch/arm/include/asm/
H A Dkexec-internal.h7 unsigned long kexec_indirection_page; member
/openbmc/linux/arch/arm/kernel/
H A Dmachine_kexec.c190 data->kexec_indirection_page = page_list; in machine_kexec()
H A Dasm-offsets.c169 DEFINE(KEXEC_INDIR_PAGE, offsetof(struct kexec_relocate_data, kexec_indirection_page)); in main()