Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Dmachine_kexec_32.c37 relocate_new_kernel_t rnk; in default_machine_kexec() local
62 rnk = (relocate_new_kernel_t) reboot_code_buffer; in default_machine_kexec()
63 (*rnk)(page_list, reboot_code_buffer_phys, image->start); in default_machine_kexec()
/arch/ia64/kernel/
Dmachine_kexec.c86 relocate_new_kernel_t rnk; in ia64_machine_kexec() local
133 rnk = (relocate_new_kernel_t)&code_addr; in ia64_machine_kexec()
134 (*rnk)(image->head, image->start, ia64_boot_param, in ia64_machine_kexec()
/arch/sh/kernel/
Dmachine_kexec.c77 relocate_new_kernel_t rnk; in machine_kexec() local
121 rnk = (relocate_new_kernel_t) reboot_code_buffer; in machine_kexec()
122 (*rnk)(page_list, reboot_code_buffer, in machine_kexec()
/arch/tile/kernel/
Dmachine_kexec.c268 void (*rnk)(unsigned long, void *, unsigned long) in machine_kexec() local
296 rnk = reboot_code_buffer; in machine_kexec()
297 (*rnk)(image->head, reboot_code_buffer, image->start); in machine_kexec()