Home
last modified time | relevance | path

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

/linux-3.4.99/arch/mips/kernel/
Drelocate_kernel.S18 PTR_L s0, kexec_indirection_page
72 kexec_indirection_page: label
73 EXPORT(kexec_indirection_page)
75 .size kexec_indirection_page, PTRSIZE
Dmachine_kexec.c20 extern unsigned long kexec_indirection_page;
56 kexec_indirection_page = in machine_kexec()
/linux-3.4.99/arch/arm/kernel/
Drelocate_kernel.S10 ldr r0,kexec_indirection_page
69 .globl kexec_indirection_page
70 kexec_indirection_page: label
Dmachine_kexec.c22 extern unsigned long kexec_indirection_page;
123 kexec_indirection_page = page_list; in machine_kexec()