Home
last modified time | relevance | path

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

/linux/arch/mips/kernel/
H A Dmachine_kexec.c20 extern unsigned long kexec_indirection_page;
222 kexec_indirection_page = in machine_kexec()
225 kexec_indirection_page = (unsigned long)&image->head; in machine_kexec()
H A Drelocate_kernel.S22 PTR_L s0, kexec_indirection_page
175 EXPORT(kexec_indirection_page)
177 .size kexec_indirection_page, PTRSIZE
/linux/arch/arm/include/asm/
H A Dkexec-internal.h7 unsigned long kexec_indirection_page; member
/linux/arch/arm/kernel/
H A Dmachine_kexec.c190 data->kexec_indirection_page = page_list; in machine_kexec()
H A Dasm-offsets.c172 DEFINE(KEXEC_INDIR_PAGE, offsetof(struct kexec_relocate_data, kexec_indirection_page)); in main()