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

/arch/arm/kernel/
H A Drelocate_kernel.S13 ldr r0,kexec_indirection_page
72 .globl kexec_indirection_page
73 kexec_indirection_page: label
H A Dmachine_kexec.c26 extern unsigned long kexec_indirection_page;
169 kexec_indirection_page = page_list;
/arch/mips/kernel/
H A Dmachine_kexec.c20 extern unsigned long kexec_indirection_page;
75 kexec_indirection_page =
78 kexec_indirection_page = (unsigned long)&image->head;
H A Drelocate_kernel.S22 PTR_L s0, kexec_indirection_page
182 kexec_indirection_page: label
183 EXPORT(kexec_indirection_page)
185 .size kexec_indirection_page, PTRSIZE

Completed in 60 milliseconds