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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dmachine_kexec.c60 void *control_code_buffer; local
65 control_code_buffer = page_address(image->control_code_page);
66 memcpy((void *)control_code_buffer, (const void *)func[0],
68 flush_icache_range((unsigned long)control_code_buffer,
69 (unsigned long)control_code_buffer + relocate_new_kernel_size);

Completed in 42 milliseconds