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

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

Completed in 215 milliseconds